Hi,
I'm working in a image generator, using C# with ASP.NET 2.0.
I'm generate some imagens in disk , in my machine everything works ,
but when i put the application in a server prodution , the text don't
have the same highquality.
Can occur some difference in System.Drawing.DrawString() ?
EugĂȘnio Spolti
Sorry! but my english is very bad.
Milosz Skalecki [MCAD] - 21 Jun 2007 00:05 GMT
Hi Eugenio,
Don't worry, your english is fine ;-). Set TextRenderingHint property:
graphics.TextRenderingHint =
System.Drawing.Text.TextRenderingHint.AntiAliasGridFit;
before you call DrawString()
Hope this helps

Signature
Milosz
> Hi,
>
[quoted text clipped - 9 lines]
>
> Sorry! but my english is very bad.