Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FOXFONT sizes
Message
 
 
À
15/03/2009 12:03:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
01388201
Message ID:
01388204
Vues:
28
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform