Let's suppose we have to draw a bitmap with a piece of text in C# using System.Drawing. The text characters will not look very good and smooth by default. Enabling ClearType in windows would have solved a problem but suppose we want to change nothing in windows [ ... ]