Página 1 de 1

Assign screen font

Publicado: Mar Feb 06, 2007 3:06 pm
por david fung
I wonder is there a way to dynamically assign (using code) a particular
font & size to all forms (that will propagate throughout the entire
application) .
I tried to add
Application:oFont:cName := "Courier New"
Application:oFont:nSize := 15
It doesn't work quite right, is it because the *.xfm has a font
assignment statement throughout ?
Thanks.
David