FontCreateCIDTrueTypeFont Method |
Name | Description | |
---|---|---|
CreateCIDTrueTypeFont(PDFDoc, String) | Embed an external TrueType font in the document as a CID font.
By default the function selects "Identity-H" encoding that maps 2-byte
Character codes ranging from 0 to 65,535 to the same Unicode value.
Other predefined encodings are listed in Table 5.15 'Predefined CMap names'
in PDF Reference Manual.
| |
CreateCIDTrueTypeFont(SDFDoc, String) | Embed an external TrueType font in the document as a CID font.
By default the function selects "Identity-H" encoding that maps 2-byte
Character codes ranging from 0 to 65,535 to the same Unicode value.
Other predefined encodings are listed in Table 5.15 'Predefined CMap names'
in PDF Reference Manual.
| |
CreateCIDTrueTypeFont(PDFDoc, String, Boolean, Boolean) | Creates the cid true type font.
| |
CreateCIDTrueTypeFont(SDFDoc, String, Boolean, Boolean) | Creates the cid true type font.
| |
CreateCIDTrueTypeFont(PDFDoc, String, Boolean, Boolean, FontEncoding) | Creates the cid true type font.
| |
CreateCIDTrueTypeFont(SDFDoc, String, Boolean, Boolean, FontEncoding) | Creates the cid true type font.
| |
CreateCIDTrueTypeFont(PDFDoc, String, Boolean, Boolean, FontEncoding, Int32) | Creates the cid true type font.
| |
CreateCIDTrueTypeFont(SDFDoc, String, Boolean, Boolean, FontEncoding, Int32) | Creates the cid true type font.
|