FreeHEP API
Version current

org.freehep.graphicsio.font.truetype
Class TTFMaxPTable

java.lang.Object
  extended byorg.freehep.graphicsio.font.truetype.TTFTable
      extended byorg.freehep.graphicsio.font.truetype.TTFVersionTable
          extended byorg.freehep.graphicsio.font.truetype.TTFMaxPTable

public class TTFMaxPTable
extends TTFVersionTable

MAXP Table.

Version:
$Id: TTFMaxPTable.java,v 1.1 2001/11/29 01:45:29 duns Exp $
Author:
Simon Fischer
Source Code:
TTFMaxPTable.java

Field Summary
 int maxComponentDepth
           
 int maxComponentElements
           
 int maxCompositeContours
           
 int maxCompositePoints
           
 int maxContours
           
 int maxFunctionDefs
           
 int maxInstructionDefs
           
 int maxPoints
           
 int maxSizeOfInstructions
           
 int maxStackElements
           
 int maxStorage
           
 int maxTwilightPoints
           
 int maxZones
           
 int numGlyphs
           
 
Fields inherited from class org.freehep.graphicsio.font.truetype.TTFVersionTable
majorVersion, minorVersion
 
Fields inherited from class org.freehep.graphicsio.font.truetype.TTFTable
TABLE_CLASSES, TT_TAGS
 
Constructor Summary
TTFMaxPTable()
           
 
Method Summary
 String getTag()
           
 void readTable()
           
 String toString()
           
 
Methods inherited from class org.freehep.graphicsio.font.truetype.TTFVersionTable
readVersion
 
Methods inherited from class org.freehep.graphicsio.font.truetype.TTFTable
getTable, init, isRead, read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

TTFMaxPTable

public TTFMaxPTable()
Method Detail

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

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.