Class MaxpTable
java.lang.Object
org.loboevolution.pdfview.font.ttf.TrueTypeTable
org.loboevolution.pdfview.font.ttf.MaxpTable
MaxpTable class.
Author jkaplan
-
Field Summary
Fields inherited from class org.loboevolution.pdfview.font.ttf.TrueTypeTable
CMAP_TABLE, GLYF_TABLE, HEAD_TABLE, HHEA_TABLE, HMTX_TABLE, LOCA_TABLE, MAXP_TABLE, NAME_TABLE, POST_TABLE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetData()
int
Get the size of the table, in bytesint
Getter for property maxComponentContours.int
Getter for property maxComponentDepth.int
Getter for property maxComponentElements.int
Getter for property maxComponentPoints.int
Getter for property maxContours.int
Getter for property maxFunctionDefs.int
Getter for property maxInstructionDefs.int
Getter for property maxPoints.int
Getter for property maxSizeOfInstructions.int
Getter for property maxStackElements.int
Getter for property maxStorage.int
Getter for property maxTwilightPoints.int
Getter for property maxZones.int
Getter for property numGlyphs.void
setData
(ByteBuffer data) toString()
Methods inherited from class org.loboevolution.pdfview.font.ttf.TrueTypeTable
createTable, createTable, stringToTag, tagToString
-
Constructor Details
-
MaxpTable
protected MaxpTable()Creates a new instance of MaxpTable
-
-
Method Details
-
getData
Get a buffer from the data
-
setData
Set the values from data
-
getLength
public int getLength()Get the size of the table, in bytesGet the length of this table
- Overrides:
getLength
in classTrueTypeTable
- Returns:
- a
Integer
object.
-
getNumGlyphs
public int getNumGlyphs()Getter for property numGlyphs.- Returns:
- Value of property numGlyphs.
-
getMaxPoints
public int getMaxPoints()Getter for property maxPoints.- Returns:
- Value of property maxPoints.
-
getMaxContours
public int getMaxContours()Getter for property maxContours.- Returns:
- Value of property maxContours.
-
getMaxComponentPoints
public int getMaxComponentPoints()Getter for property maxComponentPoints.- Returns:
- Value of property maxComponentPoints.
-
getMaxComponentContours
public int getMaxComponentContours()Getter for property maxComponentContours.- Returns:
- Value of property maxComponentContours.
-
getMaxZones
public int getMaxZones()Getter for property maxZones.- Returns:
- Value of property maxZones.
-
getMaxTwilightPoints
public int getMaxTwilightPoints()Getter for property maxTwilightPoints.- Returns:
- Value of property maxTwilightPoints.
-
getMaxStorage
public int getMaxStorage()Getter for property maxStorage.- Returns:
- Value of property maxStorage.
-
getMaxFunctionDefs
public int getMaxFunctionDefs()Getter for property maxFunctionDefs.- Returns:
- Value of property maxFunctionDefs.
-
getMaxInstructionDefs
public int getMaxInstructionDefs()Getter for property maxInstructionDefs.- Returns:
- Value of property maxInstructionDefs.
-
getMaxStackElements
public int getMaxStackElements()Getter for property maxStackElements.- Returns:
- Value of property maxStackElements.
-
getMaxSizeOfInstructions
public int getMaxSizeOfInstructions()Getter for property maxSizeOfInstructions.- Returns:
- Value of property maxSizeOfInstructions.
-
getMaxComponentElements
public int getMaxComponentElements()Getter for property maxComponentElements.- Returns:
- Value of property maxComponentElements.
-
getMaxComponentDepth
public int getMaxComponentDepth()Getter for property maxComponentDepth.- Returns:
- Value of property maxComponentDepth.
-
toString
Put into a nice string
Create a pretty String
- Overrides:
toString
in classTrueTypeTable
-