Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Embedded font puzzler
Message
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
01523380
Message ID:
01523658
Vues:
31
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
>}
>
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform