Click or drag to resize

FontCreate Method (SDFDoc, FontStandardType1Font, Boolean)

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(
	SDFDoc doc,
	FontStandardType1Font type,
	bool embed
)

Parameters

doc
Type: pdftron.SDFSDFDoc
The SDF document.
type
Type: pdftron.PDFFontStandardType1Font
The font type.
embed
Type: SystemBoolean
If the font will be embedded.

Return Value

Type: Font
A newly created font.
See Also