Drawing multicolor string with wrapping in WinForms app

In the last post I said, that drawing multicolor string with wrapping in WinForms application is not an easy task if you don't want to use »

Quick notes on text rendering in WinForms applications

Recently I was faced with a task to draw multicolor string with wrapping (considering given width) on the control in WinForms application. The first idea came »