TtfCMapFormat10Table
Inheritance: java.lang.Object, com.aspose.font.TtfCMapFormatBaseTable
public class TtfCMapFormat10Table extends TtfCMapFormatBaseTable
表示 TTF 字体文件的 Format10 CMap 子表。
方法
| 方法 | 描述 |
|---|---|
| equals(Object arg0) | |
| getAllCodes() | 获取当前 CMap 子表中的所有代码。 |
| getClass() | |
| getGlyphIndex(long charCode) | 获取给定字符代码的字形索引。 |
| getPlatformId() | 获取 PlatformId。 |
| getPlatformSpecificId() | 获取 PlatformSpecificId。 |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getAllCodes()
public ArrayList<Long> getAllCodes()
获取当前 CMap 子表中的所有代码。
Returns: java.util.ArrayList<java.lang.Long> - 当前 CMap 子表中的所有代码。
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getGlyphIndex(long charCode)
public long getGlyphIndex(long charCode)
获取给定字符代码的字形索引。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| charCode | long | 字符代码。 |
Returns: long - 字形索引。
getPlatformId()
public int getPlatformId()
获取 PlatformId。
Returns: int - 平台标识。
getPlatformSpecificId()
public int getPlatformSpecificId()
获取 PlatformSpecificId。
Returns: int - 平台特定标识。
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:
| 参数 | 类型 | 描述 |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| arg0 | long | |
| arg1 | int |