TtfHheaTable
Inheritance: java.lang.Object, com.aspose.font.TtfTableBase
public class TtfHheaTable extends TtfTableBase
Represents “hhea” table of the TTF Font file.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getAdvanceWidthMax() | Gets uFWord advanceWidthMax must be consistent with horizontal metrics. |
getAscent() | Gets the ascent. |
getCaretOffset() | Gets caret’s offset. |
getCaretSlopeRise() | Gets caret slop rise. |
getCaretSlopeRun() | Gets caret slop run. |
getClass() | |
getDescent() | Gets the descent. |
getLineGap() | Gets the lineGap. |
getMetricDataFormat() | Gets format of metrics data. |
getMinLeftSideBearing() | Gets the MinLeftSideBearing value. |
getMinRightSideBearing() | Gets the MinRightSideBearing value. |
getNumOfLongHorMetrics() | Gets uint16 numOfLongHorMetrics number of advance widths in metrics table. |
getOffset() | Gets offset from beginning of sfnt. |
getTag() | Gets table tag. |
getTtfTables() | Reference to TTF table repository. |
getVersion() | Gets version. |
getXMaxExtent() | Gets the XMaxExtent value. |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getAdvanceWidthMax()
public int getAdvanceWidthMax()
Gets uFWord advanceWidthMax must be consistent with horizontal metrics.
Returns: int - uFWord advanceWidthMax must be consistent with horizontal metrics.
getAscent()
public short getAscent()
Gets the ascent.
Returns: short - The ascent.
getCaretOffset()
public short getCaretOffset()
Gets caret’s offset.
Returns: short - The offset of the caret.
getCaretSlopeRise()
public short getCaretSlopeRise()
Gets caret slop rise.
Returns: short - The caret slop rise.
getCaretSlopeRun()
public short getCaretSlopeRun()
Gets caret slop run.
Returns: short - The caret slop run.
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDescent()
public short getDescent()
Gets the descent.
Returns: short - The descent.
getLineGap()
public short getLineGap()
Gets the lineGap.
Returns: short - The lineGap.
getMetricDataFormat()
public short getMetricDataFormat()
Gets format of metrics data.
Returns: short - The format of the metrics data.
getMinLeftSideBearing()
public short getMinLeftSideBearing()
Gets the MinLeftSideBearing value.
Returns: short - The MinLeftSideBearing value.
getMinRightSideBearing()
public short getMinRightSideBearing()
Gets the MinRightSideBearing value.
Returns: short - The MinRightSideBearing value.
getNumOfLongHorMetrics()
public int getNumOfLongHorMetrics()
Gets uint16 numOfLongHorMetrics number of advance widths in metrics table.
Returns: int - UInt16 numOfLongHorMetrics number of advance widths in metrics table.
getOffset()
public long getOffset()
Gets offset from beginning of sfnt.
Returns: long - Offset from beginning of sfnt.
getTag()
public static String getTag()
Gets table tag.
Returns: java.lang.String - Table tag.
getTtfTables()
public TtfTableRepository getTtfTables()
Reference to TTF table repository.
Returns: TtfTableRepository - Reference to TTF table repository.
getVersion()
public float getVersion()
Gets version.
Returns: float - Table format version.
getXMaxExtent()
public short getXMaxExtent()
Gets the XMaxExtent value.
Returns: short - The XMaxExtent value.
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |