what does mean SIZE 0, -18 in
DEFINE FONT oFont NAME "Arial" SIZE 0, -18 BOLD ?
best regards
kajot
best regards
kajot
kajot
what does mean SIZE 0, -18 in
DEFINE FONT oFont NAME "Arial" SIZE 0, -18 BOLD ?
best regards
kajot
It is a Windows API feature to get a font with the best ratio between width and height.
EMG
SIZE 0, -18
This means an 18 point font.
Alternately, you can specify both height and width; both in positive numbers.
James