TtfVheaTable

Inheritance: java.lang.Object, com.aspose.font.TtfTableBase

public class TtfVheaTable extends TtfTableBase

表示 “hhea” 表的 TTF 字体文件。

方法

方法描述
equals(Object arg0)
getAdvanceHeightMax()获取 AdvanceHeightMax。
getAscent()获取上升高度。
getCaretOffset()获取插入符号偏移。
getCaretSlopeRise()获取插入符号斜率上升。
getCaretSlopeRun()获取插入符号斜率运行。
getClass()
getDescent()获取下降高度。
getLineGap()获取行间距。
getMetricDataFormat()获取度量数据格式。
getMinBottomSideBearing()获取最小底部侧边距。
getMinTopSideBearing()获取最小顶部侧边距。
getNumOfLongVerMetrics()获取度量数据格式。
getOffset()获取自 sfnt 开始的偏移量。
getTag()获取表标签。
getTtfTables()指向 TTF 表仓库的引用。
getVersion()获取垂直标题表的版本号。
getYMaxExtent()获取 _yMaxExtent。
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

参数类型描述
arg0java.lang.Object

Returns: boolean

getAdvanceHeightMax()

public short getAdvanceHeightMax()

获取 AdvanceHeightMax。字体中以 FUnits 为单位的最大前进高度测量值。

Returns: short - AdvanceHeightMax。

getAscent()

public short getAscent()

获取上升。以 FUnits 为单位的距离,从中心线到前一行\u2019s \_descent。

Returns: short - 上升。

getCaretOffset()

public short getCaretOffset()

获取插入符号偏移。

Returns: short - 插入符号偏移。

getCaretSlopeRise()

public short getCaretSlopeRise()

获取插入符号斜率上升。

Returns: short - 插入符号斜率上升。

getCaretSlopeRun()

public short getCaretSlopeRun()

获取插入符号斜率运行。

Returns: short - 插入符号斜率运行。

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDescent()

public short getDescent()

获取下降。以 FUnits 为单位的距离,从中心线到下一行\u2019s \_ascent。

Returns: short - 下降。

getLineGap()

public short getLineGap()

获取行间距。此字体的垂直排版间隙。

Returns: short - 行间距。

getMetricDataFormat()

public short getMetricDataFormat()

获取度量数据格式。

Returns: short - 度量数据格式。

getMinBottomSideBearing()

public short getMinBottomSideBearing()

获取最小底部侧边距。字体中以 FUnits 为单位的最小底部侧边距测量值。

Returns: short - 最小底部侧边距。

getMinTopSideBearing()

public short getMinTopSideBearing()

获取 MinTopSideBearing。 在字体中找到的最小顶部侧边距测量值,单位为 FUnits。

Returns: short - 该 MinTopSideBearing。

getNumOfLongVerMetrics()

public int getNumOfLongVerMetrics()

获取 MetricDataFormat。 垂直度量表中的前进高度数量。

Returns: int - 该 MetricDataFormat。

getOffset()

public long getOffset()

获取自 sfnt 开始的偏移量。

Returns: long - 自 sfnt 开始的偏移量。

getTag()

public static String getTag()

获取表标签。

Returns: java.lang.String - 该标签。

getTtfTables()

public TtfTableRepository getTtfTables()

指向 TTF 表仓库的引用。

Returns: TtfTableRepository - Reference to TTF table repository.

getVersion()

public Version16Dot16 getVersion()

获取垂直标题表的版本号。

Returns: Version16Dot16 - The Version number of the vertical header table.

getYMaxExtent()

public short getYMaxExtent()

获取 _yMaxExtent。

Returns: short - 该 _yMaxExtent。

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:

参数类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

参数类型描述
arg0long
arg1int