org.freehep.graphicsio.font.truetype
Class TTFMaxPTable
java.lang.Object
org.freehep.graphicsio.font.truetype.TTFTable
org.freehep.graphicsio.font.truetype.TTFVersionTable
org.freehep.graphicsio.font.truetype.TTFMaxPTable
public class TTFMaxPTable
- extends TTFVersionTable
MAXP Table.
- Version:
- $Id: freehep-graphicsio/src/main/java/org/freehep/graphicsio/font/truetype/TTFMaxPTable.java 5641ca92a537 2005/11/26 00:15:35 duns $
- Author:
- Simon Fischer
numGlyphs
public int numGlyphs
maxPoints
public int maxPoints
maxContours
public int maxContours
maxCompositePoints
public int maxCompositePoints
maxCompositeContours
public int maxCompositeContours
maxZones
public int maxZones
maxTwilightPoints
public int maxTwilightPoints
maxStorage
public int maxStorage
maxFunctionDefs
public int maxFunctionDefs
maxInstructionDefs
public int maxInstructionDefs
maxStackElements
public int maxStackElements
maxSizeOfInstructions
public int maxSizeOfInstructions
maxComponentElements
public int maxComponentElements
maxComponentDepth
public int maxComponentDepth
TTFMaxPTable
public TTFMaxPTable()
getTag
public String getTag()
- Specified by:
getTag in class TTFTable
readTable
public void readTable()
throws IOException
- Specified by:
readTable in class TTFTable
- Throws:
IOException
toString
public String toString()
- Overrides:
toString in class TTFVersionTable
Copyright © 2012. All Rights Reserved.