InfiniText.FontLoader Class Reference

Static Public Member Functions

static FontFace DeferredLoad (byte[] data)
 Creates a fontface from the given data. Only actually loads it on first glyph request. More...
 
static FontFace Load (byte[] data)
 
static FontFace Load (FontParser parser)
 
static bool Load (FontParser parser, FontFace font, bool full)
 
static bool ReadTables (FontParser parser, FontFace font)
 

Member Function Documentation

static FontFace InfiniText.FontLoader.DeferredLoad ( byte[]  data)
inlinestatic

Creates a fontface from the given data. Only actually loads it on first glyph request.

static FontFace InfiniText.FontLoader.Load ( byte[]  data)
inlinestatic
static FontFace InfiniText.FontLoader.Load ( FontParser  parser)
inlinestatic
static bool InfiniText.FontLoader.Load ( FontParser  parser,
FontFace  font,
bool  full 
)
inlinestatic
static bool InfiniText.FontLoader.ReadTables ( FontParser  parser,
FontFace  font 
)
inlinestatic