Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FOXFONT sizes
Message
 
 
To
15/03/2009 12:03:50
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01388201
Message ID:
01388204
Views:
29
Can you output to something different than screen? I tried with different fonts, Currier New also doesn't produce change font effect, Tahoma on the screen doesn't look like Tahoma and I also tried Times New Roman.

>Hi All:
>
>I'm working with converting an old Clipper program and I'm using Foxfont to approximate the DOS outputr to the screen.
>
>The problem is that I can't get the fontsize right. There seems to be only two choices, whatever sise I pick.
>
>
>CLEAR
>
>_SCREEN.FONTNAME = "foxfont"
>
>
>_SCREEN.FONTsize = 10
>@ 1,1 say 'HELLO, WORLD'
>
>_SCREEN.FONTsize = 11
>@ 5,1 say 'HELLO, WORLD'
>
>_SCREEN.FONTsize = 12
>@ 10,1 say 'HELLO, WORLD'
>
>_SCREEN.FONTsize = 13
>@ 15,1 say 'HELLO, WORLD'
>
>_SCREEN.FONTsize = 14
>@ 20,1 say 'HELLO, WORLD'
>
>_SCREEN.FONTsize = 15
>@ 25,1 say 'HELLO, WORLD'
>
>
>How can I get it to increase incementally?
>
>Thanks,
>
>Yossi
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform