Click or drag to resize

Font.CreateType1Font Method (PDFDoc, String, Boolean)

Creates the type1 font.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static Font CreateType1Font(
	PDFDoc doc,
	string font_path,
	bool embed
)

Parameters

doc
Type: pdftron.PDF.PDFDoc
the doc
font_path
Type: System.String
the font_path
embed
Type: System.Boolean
the embed

Return Value

Type: Font
the font
See Also