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:
01523591
Vues:
53
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
}
Regards,
Peter J. Kane



Pete
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform