How do I Embed a font with my C# application? (using Visual Studio 2005)

This blog post should help you.

Basically you add the font as an embedded resource then load it into a PrivateFontCollection object.

Leave a Comment