ID: Q110917
The information in this article applies to:
Changing the FONT clause on a DEFINE WINDOW command may cause the window to be a different size when activated.
To demonstrate this behavior, run the following code samples:
DEFINE WINDOW one AT 0,0 SIZE 20,40 FONT "Courier",9
ACTIVATE WINDOW one
DEFINE WINDOW two AT 0,0 SIZE 20,40 FONT "MS Sans Serif",9
ACTIVATE WINDOW two
Additional reference words: FoxMac FoxWin 2.50 2.50a 2.50b
KBCategory: kbprg
KBSubcategory: FxprgGeneral
Last Reviewed: June 27, 1995