Click or drag to resize

FontCreate Method (PDFDoc, Font, String)

Create a new Unicode font based on the description of an existing PDF font.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static Font Create(
	PDFDoc doc,
	Font from,
	string char_set
)

Parameters

doc
Type: pdftron.PDFPDFDoc
PDF document
from
Type: pdftron.PDFFont
existing PDF font
char_set
Type: SystemString
the character set

Return Value

Type: Font
the created font
See Also