Click or drag to resize

Font.CreateCIDTrueTypeFont Method (SDFDoc, 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(
	SDFDoc doc,
	string font_path,
	bool embed,
	bool subset,
	FontEncoding encoding
)

Parameters

doc
Type: pdftron.SDF.SDFDoc
the doc
font_path
Type: System.String
the font_path
embed
Type: System.Boolean
the embed
subset
Type: System.Boolean
the subset
encoding
Type: pdftron.PDF.FontEncoding
the encoding

Return Value

Type: Font
the font
See Also