|
Foxit PDF SDK
|
继承自 NSObject .
构造函数 | |
| (id) | - init |
| 构造函数。 | |
| (id) | - initWithFile_read:face_index: |
| 带参数的构造函数。 更多... | |
| (id) | - initWithOther: |
| 使用另一个字体映射结果对象的构造函数。 更多... | |
| (void) | - set:face_index: |
| 设置值。 更多... | |
属性 | |
| int | face_index |
| 字体面索引。这是基于零的索引值: 更多... | |
| id< FSFileReaderCallback > | file_read |
| 由用户实现的 FSFileReaderCallback 对象。Foxit PDF SDK将使用此 回调对象来读取映射字体的数据。如果这是 nil,意味着没有映射字体。 | |
此类表示由回调函数 FSFontMapperCallback::mapFont:is_truetype:styles:weight:italic_angle:charset: 返回的字体映射结果。
| - (id) initWithFile_read: | (id<FSFileReaderCallback>) | file_read | |
| face_index: | (int) | face_index | |
带参数的构造函数。
| [in] | file_read | 由用户实现的 FSFileReaderCallback 对象。Foxit PDF SDK将使用此 回调对象来读取映射字体的数据。如果这是 nil,意味着没有映射字体。 |
| [in] | face_index | 基于零的索引值:
|
| - (id) initWithOther: | (FSFontMapResult*) | other |
使用另一个字体映射结果对象的构造函数。
| [in] | other | 另一个字体映射结果对象。 |
| - (void) set: | (id<FSFileReaderCallback>) | file_read | |
| face_index: | (int) | face_index | |
设置值。
| [in] | file_read | 由用户实现的 FSFileReaderCallback 对象。Foxit PDF SDK将使用此 回调对象来读取映射字体的数据。如果这是 nil,意味着没有映射字体。 |
| [in] | face_index | 基于零的索引值:
|
|
readwritenonatomicassign |
字体面索引。这是基于零的索引值:
-1表示没有映射字体。