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

Click here to load this message in the networking platform