Hello,
I would like to use ClearType in a Winforms application, and have a couple of questions regarding:
I. Is it possible to set this property on Microsoft's Winforms controls such as text box and rich text box, or do I have to write my own GDI+ controls to draw text with cleartype text rendering hint?
2. Does this issue become irrelevant in Vista? I read somewhere that text smoothing will be afeature set by the OS for default text rendering- not just in the WPF API. So it's a feature controlled by the user at the OS level in Vista and the winforms apps will all have cleartype if OS is set to such.
thanks, Jake