What is the best way to embed a truetype font within the application i\'m developing? Basically i want to make sure a particular font is available to my application when ins
This blog post should help you.
Basically you add the font as an embedded resource then load it into a PrivateFontCollection object.