Page 1 of 1

size font

Posted: Mon May 05, 2008 6:48 am
by kajot
what does mean SIZE 0, -18 in
DEFINE FONT oFont NAME "Arial" SIZE 0, -18 BOLD ?

best regards
kajot

Re: size font

Posted: Mon May 05, 2008 7:14 am
by Enrico Maria Giordano
It is a Windows API feature to get a font with the best ratio between width and height.

EMG

Posted: Mon May 05, 2008 3:49 pm
by James Bott
SIZE 0, -18

This means an 18 point font.

Alternately, you can specify both height and width; both in positive numbers.

James