Click or drag to resize

FontCreate Method (PDFDoc, FontStandardType1Font)

Creates a PDF::Font object for the given standard (also known as base 14 font).

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

Parameters

doc
Type: pdftron.PDFPDFDoc
The PDF document.
type
Type: pdftron.PDFFontStandardType1Font
The font type.

Return Value

Type: Font
A newly created font.
See Also