Maven module :un.storage : font-ttf :
Class : un.storage.font.ttf.table.TTFGlyfTable
Extends/Implements : un.storage.font.ttf.TTFTable
Subclasses : -

TTF Specification :
The 'glyf' table contains the data that defines the appearance of the glyphs in the font.

@author Johann Sorel


Variables : glyphs
Functions : TTFGlyfTable, readData, readGlyph, toString



Cache glyphs.
public Dictionary glyphs


public void TTFGlyfTable (TrueTypeFont font)

public void readData (DataInputStream ds)

public Glyph readGlyph (int glyphOffset)

public String toString ()