FontCreateCIDTrueTypeFont Method (PDFDoc, String, Boolean, Boolean, FontEncoding) |
Creates the cid true type font.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static Font CreateCIDTrueTypeFont(
PDFDoc doc,
string font_path,
bool embed,
bool subset,
FontEncoding encoding
)
Public Shared Function CreateCIDTrueTypeFont (
doc As PDFDoc,
font_path As String,
embed As Boolean,
subset As Boolean,
encoding As FontEncoding
) As Font
public:
static Font^ CreateCIDTrueTypeFont(
[InAttribute] PDFDoc^ doc,
[InAttribute] String^ font_path,
[InAttribute] bool embed,
[InAttribute] bool subset,
[InAttribute] FontEncoding encoding
)
pdftron.PDF.Font.CreateCIDTrueTypeFont = function(doc, font_path, embed, subset, encoding);
Parameters
- doc
- Type: pdftron.PDFPDFDoc
the doc
- font_path
- Type: SystemString
the font_path
- embed
- Type: SystemBoolean
the embed
- subset
- Type: SystemBoolean
the subset
- encoding
- Type: pdftron.PDFFontEncoding
the encoding
Return Value
Type:
Font the font
See Also