Click or drag to resize

FontCreateCIDTrueTypeFont Method

Overload List
  NameDescription
Public methodStatic memberCreateCIDTrueTypeFont(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 memberCreateCIDTrueTypeFont(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 memberCreateCIDTrueTypeFont(PDFDoc, String, Boolean, Boolean)
Creates the cid true type font.
Public methodStatic memberCreateCIDTrueTypeFont(SDFDoc, String, Boolean, Boolean)
Creates the cid true type font.
Public methodStatic memberCreateCIDTrueTypeFont(PDFDoc, String, Boolean, Boolean, FontEncoding)
Creates the cid true type font.
Public methodStatic memberCreateCIDTrueTypeFont(SDFDoc, String, Boolean, Boolean, FontEncoding)
Creates the cid true type font.
Public methodStatic memberCreateCIDTrueTypeFont(PDFDoc, String, Boolean, Boolean, FontEncoding, Int32)
Creates the cid true type font.
Public methodStatic memberCreateCIDTrueTypeFont(SDFDoc, String, Boolean, Boolean, FontEncoding, Int32)
Creates the cid true type font.
Top
See Also