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

TTF Specification :
The 'maxp' table establishes the memory requirements for a font.

@author Johann Sorel


Variables : version, numGlyphs, maxPoints, maxContours, maxComponentPoints, maxComponentContours, maxZones, maxTwilightPoints, maxStorage, maxFunctionDefs, maxInstructionDefs, maxStackElements, maxSizeOfInstructions, maxComponentElements, maxComponentDepth
Functions : TTFMaxPTable, readData, toString



Fixed (1.0) */
public int version


uint16 : the number of glyphs in the font */
public int numGlyphs


uint16 : points in non-compound glyph */
public int maxPoints


uint16 : contours in non-compound glyph */
public int maxContours


unit16 : points in compound glyph */
public int maxComponentPoints


uint16 : contours in compound glyph */
public int maxComponentContours


uint16 : set to 2 */
public int maxZones


uint16 : points used in Twilight Zone (Z0) */
public int maxTwilightPoints


uint16 : number of Storage Area locations */
public int maxStorage


uint16 : number of FDEFs */
public int maxFunctionDefs


uint16 : number of IDEFs */
public int maxInstructionDefs


uint16 : maximum stack depth */
public int maxStackElements


uint16 : byte count for glyph instructions */
public int maxSizeOfInstructions


uint16 : number of glyphs referenced at top level */
public int maxComponentElements


uint16 : levels of recursion, set to 0 if font has only simple glyphs */
public int maxComponentDepth


public void TTFMaxPTable (TrueTypeFont font)

public void readData (DataInputStream ds)

public String toString ()