Static Public Member Functions

static void LoadHeader (int version, FontParser parser, out ushort numTables)
 Loads the WOFF header. Only useful thing from this for us is the number of tables. More...
 
static bool Load (int version, FontParser parser, FontFace font)
 

Static Public Attributes

static readonly string[] TagLookup
 Woff2 uses this lookup rather than table names. More...
 

Member Function Documentation

static bool InfiniText.WoffLoader.Load ( int  version,
FontParser  parser,
FontFace  font 
)
inlinestatic
static void InfiniText.WoffLoader.LoadHeader ( int  version,
FontParser  parser,
out ushort  numTables 
)
inlinestatic

Loads the WOFF header. Only useful thing from this for us is the number of tables.

Member Data Documentation

readonly string [] InfiniText.WoffLoader.TagLookup
static

Woff2 uses this lookup rather than table names.