article

AngelCode bitmap font parsing using C#

Article describing a component for parsing bitmap font files generated by AngelCode's BMFont utility

avatar
Richard Moss
article

Detecting if a given font style exists in C#

Describes how to use the FontFamily object to determine if a given font style exists

avatar
Richard Moss
article

Creating a WYSIWYG font ComboBox using C#

This article shows how to use the built in ownerdraw functionality of a standard Windows Forms ComboBox control to display a WYSIWYG font list.

avatar
Richard Moss