Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Another Pageframe bug!
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00801485
Message ID:
00801508
Vues:
32
>>There is a bug with Page Caption Orientation when using Tab Orientation set to 2-Left and
>>changing the FontName of the Page. Here is code to reproduce the problem.
>>
>>
>>DEFINE CLASS Interface_Page AS PAGE
>>* Comment out the FontName and the page's Caption orientation is correct
>>  FONTNAME = "MS Sans Serif"
>>  FONTSIZE = 8
>>  OLEDROPMODE = 2
>>ENDDEFINE
>>
>
>Looking at this, it seems that it only happens for non-TrueType/OpenType fonts, like MS Sans Serif, FixedSys, and FoxFont. Does that match what you're seeing?

Yes! I just tried the following:
*  FONTNAME = "MS Sans Serif" Bug
*  FONTNAME = "FixedSys" && Bug
*  FONTNAME = "FoxFont" && Bug
*  FONTNAME = "Courier" && Bug

*  FONTNAME = "Courier New" && Works
*  FONTNAME = "Arial" && Works
*  FONTNAME = "Times New Roman" && Works
Heavy Metal Pedal - click with care
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform