mgonzales3 wrote:
Quote:
I just bought a font from Adobe. It was a "oft" font which is open type.
I'm trying to create a bmp using a memory stream and is unable to find my
font. Any reason why this would so? |
Yes. The reason is that the .oft font you have is an OpenType font with
PostScript (Type1) outlines, as opposed to an OpenType font with TrueType
outlines. These are not currently supported by GDI+ and therefore by .NET.
This page explains about the OpenType flavors:
http://www.myfonts.com/info/opentype-flavors-ps-tt/
Oliver Sturm
--
Expert programming and consulting services available
See http://www.sturmnet.org (try /blog as well)