Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FOXFONT sizes
Message
De
15/03/2009 13:16:08
 
 
À
15/03/2009 12:45:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
01388201
Message ID:
01388221
Vues:
22
I am not sure. But it's relatively easy to make a small program to test test this yourself. Something like
afont(fontlist)
lnFonts=alen(fontlist)
clear
for x=1 to lnFonts
   ?fontlist(x)+ ' ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ' font fontlist(x)
   if x%20=0
      wait 'Press enter to continue' wind
      clear
   endif
endfor
>Thanks again. Tha's a neat tip.
>
>Am I correct that the only two fonts that will render the following into nice lines are terminal and foxfont?
>
>@14,2 SAY 'ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ'
>
>
>>You're welcome. If you hold down the Shift key when you choose Format->Fonts, the screen fonts can be changed. Then it's also easy to see which fonts and font sizes are available.
>>
>>>Thanks
>>>
>>>>Foxfont only comes in two sizes, 7 and 9.
>>>>
>>>>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform