votes
Font Dialog without TrueType fonts
I'm making an application in C#, which uses a classic fontdialog form. It is a known error that, when you choose a non-TT font, the program simply crashes (an exception which cannot be caught). Anyway, I searched the internet for a solution ...
