OpenTypeFile

OpenType 1.8 file parser, for the purpose of finding all fonts in a file, their family name, their weight, etc. This OpenType file might either be: - a single font - a collection file starting with a TTC Header You may find the specification here: www.microsoft.com/typography/otspec/

Constructors

this
this(const(ubyte[]) wholeFileContents)

Undocumented in source.

Members

Functions

numberOfFonts
int numberOfFonts()

Number of fonts in this OpenType file

Meta