Foxit PDF SDK
|
Inherits FoxitPDFSDKPython3._object.
Public Member Functions | |
def | FontMapResult () |
Constructor. | |
def | FontMapResult (file_read, face_index) |
Constructor, with parameters. More... | |
def | FontMapResult (other) |
Constructor, with another font mapping result object. More... | |
def | Set (file_read, face_index) |
Set value. More... | |
Static Public Attributes | |
face_index = _swig_property(_fsdk.FontMapResult_face_index_get, _fsdk.FontMapResult_face_index_set) | |
Face index. This is a zero-based index value: More... | |
file_read = _swig_property(_fsdk.FontMapResult_file_read_get, _fsdk.FontMapResult_file_read_set) | |
A FoxitPDFSDKPython3.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. | |
This class represents font mappping result returned by callback function FoxitPDFSDKPython3.FontMapperCallback.MapFont .
def FoxitPDFSDKPython3.FontMapResult.FontMapResult | ( | file_read, | |
face_index | |||
) |
Constructor, with parameters.
[in] | file_read | A FoxitPDFSDKPython3.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:
|
def FoxitPDFSDKPython3.FontMapResult.FontMapResult | ( | other | ) |
Constructor, with another font mapping result object.
[in] | other | Another font mapping result object. |
def FoxitPDFSDKPython3.FontMapResult.Set | ( | file_read, | |
face_index | |||
) |
Set value.
[in] | file_read | A FoxitPDFSDKPython3.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:
|
|
static |
Face index. This is a zero-based index value:
-1 means no mapped font.