Foxit PDF SDK
|
Public Member Functions | |
FontMapResult () | |
Constructor. | |
FontMapResult (FileReaderCallback file_read, int face_index) | |
Constructor, with parameters. More... | |
FontMapResult (FontMapResult other) | |
Constructor, with another font mapping result object. More... | |
int | getFace_index () |
Get face index. More... | |
FileReaderCallback | getFile_read () |
Get a com.foxit.sdk.common.fxcrt.FileReaderCallback object which is implemented by user. More... | |
void | set (FileReaderCallback file_read, int face_index) |
Set value. More... | |
void | setFace_index (int value) |
Set face index. More... | |
void | setFile_read (FileReaderCallback value) |
Set a com.foxit.sdk.common.fxcrt.FileReaderCallback object which is implemented by user. More... | |
This class represents font mappping result returned by callback function FontMapperCallback.mapFont .
com.foxit.sdk.common.FontMapResult.FontMapResult | ( | FileReaderCallback | file_read, |
int | face_index | ||
) |
Constructor, with parameters.
[in] | file_read | A com.foxit.sdk.common.fxcrt.FileReaderCallback object which is implemented by user. Foxit PDF SDK will use this callback object to read data for mapped font. If this is null, that means no mapped font. |
[in] | face_index | A zero-based index value:
|
com.foxit.sdk.common.FontMapResult.FontMapResult | ( | FontMapResult | other | ) |
Constructor, with another font mapping result object.
[in] | other | Another font mapping result object. |
com.foxit.sdk.common.FontMapResult.getFace_index | ( | ) |
Get face index.
-1 means no mapped font.
com.foxit.sdk.common.FontMapResult.getFile_read | ( | ) |
Get a com.foxit.sdk.common.fxcrt.FileReaderCallback object which is implemented by user.
void com.foxit.sdk.common.FontMapResult.set | ( | FileReaderCallback | file_read, |
int | face_index | ||
) |
Set value.
[in] | file_read | A com.foxit.sdk.common.fxcrt.FileReaderCallback object which is implemented by user. Foxit PDF SDK will use this callback object to read data for mapped font. If this is null, that means no mapped font. |
[in] | face_index | A zero-based index value:
|
com.foxit.sdk.common.FontMapResult.setFace_index | ( | int | value | ) |
Set face index.
-1 means no mapped font.
[in] | value | Face index. This is a zero-based index value: |
com.foxit.sdk.common.FontMapResult.setFile_read | ( | FileReaderCallback | value | ) |
Set a com.foxit.sdk.common.fxcrt.FileReaderCallback object which is implemented by user.
[in] | value | A com.foxit.sdk.common.fxcrt.FileReaderCallback object which is implemented by user. Foxit PDF SDK will use this callback object to read data for mapped font.If this is null, that means no mapped font. |