FontCreateType1Font Method |
Name | Description | |
---|---|---|
CreateType1Font(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.
| |
CreateType1Font(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.
| |
CreateType1Font(PDFDoc, String, Boolean) | Creates the type1 font.
| |
CreateType1Font(SDFDoc, String, Boolean) | Creates the type1 font.
|