Click or drag to resize

PdfFontCreateFont(PdfDocument, PdfTypeDictionary) Method

Creates a font with the specified characteristics.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public static PdfFont CreateFont(
	PdfDocument doc,
	PdfTypeDictionary dict
)

Parameters

doc  PdfDocument
PDF document object.
dict  PdfTypeDictionary
A font dictionary.

Return Value

PdfFont
An instance of PdfFont class.
See Also