Click or drag to resize

FontCreate Method (Obj)

Creates a PDF::Font object.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static Font Create(
	Obj font_dict
)

Parameters

font_dict
Type: pdftron.SDFObj
The font dictionary object.

Return Value

Type: Font
A newly created font.
See Also