PTCharacterOrdering
enum PTCharacterOrdering {}
Standard character orderings. PDFNet.AddFontSubst() can be used to associate a specific font with a given character ordering and to override default font mapping algorithm.
-
Generic/Unicode
Declaration
Objective-C
e_ptIdentity = 0
-
Japanese
Declaration
Objective-C
e_ptJapan1 = 1
-
Japanese
Declaration
Objective-C
e_ptJapan2 = 2
-
Chinese; Simplified
Declaration
Objective-C
e_ptGB1 = 3
-
Chinese; Traditional
Declaration
Objective-C
e_ptCNS1 = 4
-
Korean
Declaration
Objective-C
e_ptKorea1 = 5