Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
@...SAY and @...BOX and Fonts
Message
From
17/08/2000 08:51:47
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00405893
Message ID:
00406026
Views:
30
Hi Si,

You can change the font of _Screen object before the printing of the text for e.g.

_Screen.Fontsize = 18
@2,2 SAY "Heading1"
_Screen.Fontsize = 14
@4,2 SAY "SubHeading"
_Screen.Fontsize = 10


You should try @.. TO .. command instead of @BOX command.

HTH

Jeetu

P.S : Better option is you create the Shape Object at run time..
Previous
Reply
Map
View

Click here to load this message in the networking platform