Maven module :un.storage : font-ttf :
Class :
un.storage.font.ttf.table.TTFMaxPTable
Extends/Implements :
un.storage.font.ttf.TTFTable
Subclasses : -
Variables :
version,
numGlyphs,
maxPoints,
maxContours,
maxComponentPoints,
maxComponentContours,
maxZones,
maxTwilightPoints,
maxStorage,
maxFunctionDefs,
maxInstructionDefs,
maxStackElements,
maxSizeOfInstructions,
maxComponentElements,
maxComponentDepth
Functions :
TTFMaxPTable,
readData,
toString
public int
version
public int
numGlyphs
public int
maxPoints
public int
maxContours
public int
maxComponentPoints
public int
maxComponentContours
public int
maxZones
public int
maxTwilightPoints
public int
maxStorage
public int
maxFunctionDefs
public int
maxInstructionDefs
public int
maxStackElements
public int
maxSizeOfInstructions
public int
maxComponentElements
public int
maxComponentDepth
public void
TTFMaxPTable (TrueTypeFont font)
public void
readData (DataInputStream ds)
public String
toString ()
The 'maxp' table establishes the memory requirements for a font.
@author Johann Sorel