K
Keith
Hello,
I would like to be able to have my app use Clear Type (or at least
antialiased) text rendering. Is there a way to enable this for an entire
application? I don't see any properties that allow for setting a
TextRenderingHint on an individual control (Label for example), but since
this is supported by GDI+ I don't see why Windows.Forms in general wouldn't
support it.
I could derive my own controls of course and override their Paint behaviors,
but that seems like a lot of bother for something the standard controls
should support. Is there a way to do this?
Keith
I would like to be able to have my app use Clear Type (or at least
antialiased) text rendering. Is there a way to enable this for an entire
application? I don't see any properties that allow for setting a
TextRenderingHint on an individual control (Label for example), but since
this is supported by GDI+ I don't see why Windows.Forms in general wouldn't
support it.
I could derive my own controls of course and override their Paint behaviors,
but that seems like a lot of bother for something the standard controls
should support. Is there a way to do this?
Keith