Foxit PDF RDK
FontMapResult Class Reference
Inheritance diagram for FontMapResult:
NativeObjectWrapper

Public Member Functions

 constructor ()
 Constructor.
 
 constructor (file_read, face_index)
 Constructor, with parameters. More...
 
 Set (file_read, face_index)
 Set value. More...
 
- Public Member Functions inherited from NativeObjectWrapper
 constructor (r)
 
 GetPointerAsNumber ()
 

Public Attributes

 face_index
 Face index. This is a zero-based index value: More...
 
 file_read
 A 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.
 

Detailed Description

Member Function Documentation

◆ constructor()

FontMapResult.constructor ( file_read  ,
face_index   
)

Constructor, with parameters.

Parameters
[in]file_readA 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_indexA zero-based index value:
  • If the mapped font (represented by file_read) is a "collection" (which means that a number of faces are stored in the same file), this index value represents the index of the mapped font face.
  • If the mapped font (represented by file_read) is not a collection, the index value shall be zero.
-1 means no mapped font.

◆ Set()

FontMapResult.Set ( file_read  ,
face_index   
)

Set value.

Parameters
[in]file_readA 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_indexA zero-based index value:
  • If the mapped font (represented by file_read) is a "collection" (which means that a number of faces are stored in the same file), this index value represents the index of the mapped font face.
  • If the mapped font (represented by file_read) is not a collection, the index value shall be zero.
-1 means no mapped font.

Member Data Documentation

◆ face_index

FontMapResult.face_index

Face index. This is a zero-based index value:

  • If the mapped font (represented by file_read) is a "collection" (which means that a number of faces are stored in the same file), this index value represents the index of the mapped font face.
  • If the mapped font (represented by file_read) is not a collection, the index value shall be zero.

-1 means no mapped font.