Wednesday, August 25, 2010

Creating Fixed Spaced Fonts for .NET

How to create a fixed space (mono spaced) font for .NET:

Dim f as Font = new Font(FontFamily.GenericMonospace, 12)

No comments: