Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Embedded font puzzler
Message
General information
Forum:
ASP.NET
Category:
Forms
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01523380
Message ID:
01523658
Views:
30
Hi,
If true that would be extremely weird !
Did someone actually suggest this as a solution ?

>Hi Viv, just to update you on the font problem , adding the line below to the MDIClient OnPaint event seems to have cured the problem
>
>
>void ClientControl_Paint(object sender,PaintEventArgs e)
>{
>    e.Graphics.TextRenderingHint = TextRenderingHint.AntiAlias;
>    // draw your stuff here
>}
>
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform