TtfCffTable
Inheritance: java.lang.Object, com.aspose.font.TtfTableBase
public class TtfCffTable extends TtfTableBase
表示 TTF 字体文件的 “cff” 表。
方法
| 方法 | 描述 |
|---|---|
| equals(Object arg0) | |
| getCffSource() | 紧凑字体格式表示中轮廓的原始字节。 |
| getClass() | |
| getOffset() | 获取自 sfnt 开始的偏移量。 |
| getTag() | 获取表标签。 |
| getTtfTables() | 指向 TTF 表仓库的引用。 |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setCffSource(StreamSource streamSource) | |
| 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
getCffSource()
public StreamSource getCffSource()
紧凑字体格式表示中轮廓的原始字节。
Returns: StreamSource - Raw bytes for outlines in Compact Font Format representation.
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
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.
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setCffSource(StreamSource streamSource)
public void setCffSource(StreamSource streamSource)
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| streamSource | StreamSource |
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 |