Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to predict the size of a label.caption in pixel?
Message
De
12/12/1999 02:54:46
Walter Meester
HoogkarspelPays-Bas
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00302272
Message ID:
00302365
Vues:
32
Eric,

>On my form, I have some captions.
>They are right-justified and their size is not fix.
>In the init of my form, I am loading the labels.captions
>
>Since the labels are right-justified, the new content of the labels is all screw up.
>I figure out that I could calculate the needed right position of the labels if I only knew how long is the current content and how long would be the new content in pixel. Is there a way to predict this according to the string, the size and the font ?

IMO you don't need the width of the caption if you set the alignment of the label to 1 - Right (Be sure that autosize is set off because it screws up your alignment after all)

In case you might want to calculate it after all you the following strategy:

WITH Label
.Width=TXTWIDTH(.Caption,.fontname,.fontsize)*FONTMETRIC(6,.fontname,.fontsize)
ENDWITH
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform