Version

GDI/GDI+ Text Rendering Property Added

In the Ultimate UI for Windows Forms 2005 Volume 3 (CLR 2.0) release, if you wanted to render text in GDI+, you had to set the UseGDIPlusTextRenderer to True. Once set to True, all of the controls in your project would render in GDI+. Now, with the new TextRenderingMode property added to our base classes, you can select which control(s) on the form you would like to render with GDI+.