Home » pdfbox-1.1.0-src » org.apache.fontbox.ttf » [javadoc | source]
org.apache.fontbox.ttf
public class: MaximumProfileTable [javadoc | source]
java.lang.Object
   org.apache.fontbox.ttf.TTFTable
      org.apache.fontbox.ttf.MaximumProfileTable
A table in a true type font.
Field Summary
public static final  String TAG    A tag that identifies this table type. 
Method from org.apache.fontbox.ttf.MaximumProfileTable Summary:
getMaxComponentDepth,   getMaxComponentElements,   getMaxCompositeContours,   getMaxCompositePoints,   getMaxContours,   getMaxFunctionDefs,   getMaxInstructionDefs,   getMaxPoints,   getMaxSizeOfInstructions,   getMaxStackElements,   getMaxStorage,   getMaxTwilightPoints,   getMaxZones,   getNumGlyphs,   getVersion,   initData,   setMaxComponentDepth,   setMaxComponentElements,   setMaxCompositeContours,   setMaxCompositePoints,   setMaxContours,   setMaxFunctionDefs,   setMaxInstructionDefs,   setMaxPoints,   setMaxSizeOfInstructions,   setMaxStackElements,   setMaxStorage,   setMaxTwilightPoints,   setMaxZones,   setNumGlyphs,   setVersion
Methods from org.apache.fontbox.ttf.TTFTable:
getCheckSum,   getLength,   getOffset,   getTag,   initData,   setCheckSum,   setLength,   setOffset,   setTag
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.fontbox.ttf.MaximumProfileTable Detail:
 public int getMaxComponentDepth() 
 public int getMaxComponentElements() 
 public int getMaxCompositeContours() 
 public int getMaxCompositePoints() 
 public int getMaxContours() 
 public int getMaxFunctionDefs() 
 public int getMaxInstructionDefs() 
 public int getMaxPoints() 
 public int getMaxSizeOfInstructions() 
 public int getMaxStackElements() 
 public int getMaxStorage() 
 public int getMaxTwilightPoints() 
 public int getMaxZones() 
 public int getNumGlyphs() 
 public float getVersion() 
 public  void initData(TrueTypeFont ttf,
    TTFDataStream data) throws IOException 
    This will read the required data from the stream.
 public  void setMaxComponentDepth(int maxComponentDepthValue) 
 public  void setMaxComponentElements(int maxComponentElementsValue) 
 public  void setMaxCompositeContours(int maxCompositeContoursValue) 
 public  void setMaxCompositePoints(int maxCompositePointsValue) 
 public  void setMaxContours(int maxContoursValue) 
 public  void setMaxFunctionDefs(int maxFunctionDefsValue) 
 public  void setMaxInstructionDefs(int maxInstructionDefsValue) 
 public  void setMaxPoints(int maxPointsValue) 
 public  void setMaxSizeOfInstructions(int maxSizeOfInstructionsValue) 
 public  void setMaxStackElements(int maxStackElementsValue) 
 public  void setMaxStorage(int maxStorageValue) 
 public  void setMaxTwilightPoints(int maxTwilightPointsValue) 
 public  void setMaxZones(int maxZonesValue) 
 public  void setNumGlyphs(int numGlyphsValue) 
 public  void setVersion(float versionValue)