Using byte[] Font on Form?

  • Thread starter Thread starter Kyle Kaitan
  • Start date Start date
K

Kyle Kaitan

Suppose I have a byte[] resource,
MyProject.Properties.Resources.SpecialFont, which is the byte stream of a
TTF file representing a certain font. I would like to use this font on a
Form. I've tried looking at FontConverter, using a MemoryStream, and the
Font constructor, but none of these seem to offer workable options.

How should I go about doing this? Any help or suggestions are greatly
appreciated.

thanks,
Kyle
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top