TtfLtshTable

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

public class TtfLtshTable extends TtfTableBase

表示 TTF 字体文件的线性阈值表。

方法

方法描述
equals(Object arg0)
getClass()
getNumGlyphs()获取字形数量(来自 ‘maxp’ 表中的 “numGlyphs”)。
getOffset()获取自 sfnt 开始的偏移量。
getTag()获取表标签。
getTtfTables()指向 TTF 表仓库的引用。
getVersion()获取表版本。
getYPel(int glyphNum)如果 glyph/zero 编号不正确,则返回其垂直像素高度。
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

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getNumGlyphs()

public int getNumGlyphs()

获取字形数量(来自 ‘maxp’ 表中的 “numGlyphs”)。

Returns: int - 字形的数量(来自 ‘maxp’ 表中的 “numGlyphs”)。

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 int getVersion()

获取表版本。

Returns: int - 表版本。

getYPel(int glyphNum)

public byte getYPel(int glyphNum)

如果 glyph/zero 编号不正确,则返回其垂直像素高度。

Parameters:

参数类型描述
glyphNumint字形编号(索引)。

Returns: byte - 如果 glyph/zero 编号不正确,则返回其垂直像素高度。

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