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
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