Foxit PDF SDK
|
Inherits NSObject.
Instance Methods | |
(id) | - init |
Constructor. | |
(id) | - initWithFile_read:face_index: |
Constructor, with parameters. More... | |
(id) | - initWithOther: |
Constructor, with another font mapping result object. More... | |
(void) | - set:face_index: |
Set value. More... | |
Properties | |
int | face_index |
Face index. This is a zero-based index value: More... | |
id< FSFileReaderCallback > | file_read |
A FSFileReaderCallback object which is implemented by user. Foxit PDF SDK will use this callback object to read data for mapped font.If this is nil, that means no mapped font. | |
This class represents font mappping result returned by callback function FSFontMapperCallback::mapFont:is_truetype:styles:weight:italic_angle:charset:.
- (id) initWithFile_read: | (id<FSFileReaderCallback>) | file_read | |
face_index: | (int) | face_index | |
Constructor, with parameters.
[in] | file_read | A FSFileReaderCallback object which is implemented by user. Foxit PDF SDK will use this callback object to read data for mapped font. If this is nil, that means no mapped font. |
[in] | face_index | A zero-based index value:
|
- (id) initWithOther: | (FSFontMapResult*) | other |
Constructor, with another font mapping result object.
[in] | other | Another font mapping result object. |
- (void) set: | (id<FSFileReaderCallback>) | file_read | |
face_index: | (int) | face_index | |
Set value.
[in] | file_read | A FSFileReaderCallback object which is implemented by user. Foxit PDF SDK will use this callback object to read data for mapped font. If this is nil, that means no mapped font. |
[in] | face_index | A zero-based index value:
|
|
readwritenonatomicassign |
Face index. This is a zero-based index value:
-1 means no mapped font.