Static Public Member Functions

static Glyph[] Load (FontParser parser, int start, uint[] locations, FontFace font)
 
static void LoadFully (Glyph glyph, FontParser parser, LoadMetaPoint meta)
 Used when delaying the loading of a glyph. This results in rapid startup. More...
 
static Glyph ParseGlyph (FontParser parser, FontFace font, float range)
 
static int LoadGlyphCoordinate (FontParser parser, byte flag, int previousValue, int shortVectorBitMask, int sameBitMask)
 

Static Private Member Functions

static void LoadGlyph (Glyph glyph, int contourCount, FontParser parser, float range)
 

Member Function Documentation

static Glyph [] InfiniText.GlyfTables.Load ( FontParser  parser,
int  start,
uint[]  locations,
FontFace  font 
)
inlinestatic
static void InfiniText.GlyfTables.LoadFully ( Glyph  glyph,
FontParser  parser,
LoadMetaPoint  meta 
)
inlinestatic

Used when delaying the loading of a glyph. This results in rapid startup.

static void InfiniText.GlyfTables.LoadGlyph ( Glyph  glyph,
int  contourCount,
FontParser  parser,
float  range 
)
inlinestaticprivate
static int InfiniText.GlyfTables.LoadGlyphCoordinate ( FontParser  parser,
byte  flag,
int  previousValue,
int  shortVectorBitMask,
int  sameBitMask 
)
inlinestatic
static Glyph InfiniText.GlyfTables.ParseGlyph ( FontParser  parser,
FontFace  font,
float  range 
)
inlinestatic