|
Foxit PDF SDK
|
继承自 SystemIDisposable .
Public 成员函数 | |
| FontMapResult () | |
| 构造函数。 | |
| FontMapResult (FileReaderCallback file_read, int face_index) | |
| 带参数的构造函数。 更多... | |
| FontMapResult (FontMapResult other) | |
| 使用另一个字体映射结果对象的构造函数。 更多... | |
| void | Set (FileReaderCallback file_read, int face_index) |
| 设置值。 更多... | |
属性 | |
| int | face_index [get, set] |
| 字体面索引。这是基于零的索引值: 更多... | |
| FileReaderCallback? | file_read [get, set] |
| 由用户实现的 foxit.common.fxcrt.FileReaderCallback 对象。Foxit PDF SDK将使用此 回调对象来读取映射字体的数据。如果这是 null,意味着没有映射字体。 | |
此类表示由回调函数 FontMapperCallback.MapFont 返回的字体映射结果。
|
inline |
带参数的构造函数。
| [in] | file_read | 由用户实现的 foxit.common.fxcrt.FileReaderCallback 对象。Foxit PDF SDK将使用此 回调对象来读取映射字体的数据。如果这是 null,意味着没有映射字体。 |
| [in] | face_index | 基于零的索引值:
|
|
inline |
使用另一个字体映射结果对象的构造函数。
| [in] | other | 另一个字体映射结果对象。 |
|
inline |
设置值。
| [in] | file_read | 由用户实现的 foxit.common.fxcrt.FileReaderCallback 对象。Foxit PDF SDK将使用此 回调对象来读取映射字体的数据。如果这是 null,意味着没有映射字体。 |
| [in] | face_index | 基于零的索引值:
|
|
getset |
字体面索引。这是基于零的索引值:
如果映射的字体(由 file_read 表示)是"集合"(意味着 多个字体面存储在同一文件中),此索引值表示映射字体面的索引。
如果映射的字体(由 file_read 表示)不是集合,索引值应为零。
-1表示没有映射字体。