Window Size Is Controlled by FontLast reviewed: June 27, 1995Article ID: Q110917 |
The information in this article applies to:
SUMMARYChanging the FONT clause on a DEFINE WINDOW command may cause the window to be a different size when activated.
MORE INFORMATIONTo 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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |