Click or drag to resize

FontCreateType1Font Method

Overload List
  NameDescription
Public methodStatic memberCreateType1Font(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.
Public methodStatic memberCreateType1Font(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.
Public methodStatic memberCreateType1Font(PDFDoc, String, Boolean)
Creates the type1 font.
Public methodStatic memberCreateType1Font(SDFDoc, String, Boolean)
Creates the type1 font.
Top
See Also