com.sun.pdfview.font.ttf
public class HheaTable extends TrueTypeTable
| Constructor Summary | |
|---|---|
| protected | HheaTable() Creates a new instance of HeadTable
Makes up reasonable(?) |
| Method Summary | |
|---|---|
| short | getAdvanceWidthMax() Getter for property advanceWidthMax. |
| short | getAscent() Getter for property ascent. |
| short | getCaretOffset() Getter for property caretOffset. |
| short | getCaretSlopeRise() Getter for property caretSlopeRise. |
| short | getCaretSlopeRun() Getter for property caretSlopeRun. |
| ByteBuffer | getData()
Get the data we have stored |
| short | getDescent() Getter for property descent. |
| int | getLength()
Get the length of this table |
| short | getLineGap() Getter for property lineGap. |
| short | getMetricDataFormat() Getter for property metricDataFormat. |
| short | getMinLeftSideBearing() Getter for property minLeftSideBearing. |
| short | getMinRightSideBearing() Getter for property minRIghtSideBearing. |
| short | getNumOfLongHorMetrics() Getter for property numOfLongHorMetrics. |
| int | getVersion() Getter for property version. |
| short | getXMaxExtent() Getter for property xMaxExtent. |
| void | setAdvanceWidthMax(short advanceWidthMax) Setter for property advanceWidthMax. |
| void | setAscent(short ascent) Setter for property ascent. |
| void | setCaretOffset(short caretOffset) Setter for property caretOffset. |
| void | setCaretSlopeRise(short caretSlopeRise) Setter for property caretSlopeRise. |
| void | setCaretSlopeRun(short caretSlopeRun) Setter for property caretSlopeRun. |
| void | setData(ByteBuffer data)
Parse the data before it is set |
| void | setDescent(short descent) Setter for property descent. |
| void | setLineGap(short lineGap) Setter for property lineGap. |
| void | setMetricDataFormat(short metricDataFormat) Setter for property metricDataFormat. |
| void | setMinLeftSideBearing(short minLeftSideBearing) Setter for property minLeftSideBearing. |
| void | setMinRightSideBearing(short minRightSideBearing) Setter for property minRIghtSideBearing. |
| void | setNumOfLongHorMetrics(short numOfLongHorMetrics) Setter for property numOfLongHorMetrics. |
| void | setVersion(int version) Setter for property version. |
| void | setXMaxExtent(short xMaxExtent) Setter for property xMaxExtent. |
| String | toString()
Create a pretty string |
Returns: Value of property advanceWidthMax.
Returns: Value of property ascent.
Returns: Value of property caretOffset.
Returns: Value of property caretSlopeRise.
Returns: Value of property caretSlopeRun.
Returns: Value of property descent.
Returns: Value of property lineGap.
Returns: Value of property metricDataFormat.
Returns: Value of property minLeftSideBearing.
Returns: Value of property minRIghtSideBearing.
Returns: Value of property numOfLongHorMetrics.
Returns: Value of property version.
Returns: Value of property xMaxExtent.
Parameters: advanceWidthMax New value of property advanceWidthMax.
Parameters: ascent New value of property ascent.
Parameters: caretOffset New value of property caretOffset.
Parameters: caretSlopeRise New value of property caretSlopeRise.
Parameters: caretSlopeRun New value of property caretSlopeRun.
Parameters: descent New value of property descent.
Parameters: lineGap New value of property lineGap.
Parameters: metricDataFormat New value of property metricDataFormat.
Parameters: minLeftSideBearing New value of property minLeftSideBearing.
Parameters: minRightSideBearing New value of property minRIghtSideBearing.
Parameters: numOfLongHorMetrics New value of property numOfLongHorMetrics.
Parameters: version New value of property version.
Parameters: xMaxExtent New value of property xMaxExtent.