Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Another Pageframe bug!
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00801485
Message ID:
00801508
Views:
31
>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform