PdfFontManagerCreateStandardBaseFont Method

Creates a standard built-in PDF base font

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public static PdfBaseFont CreateStandardBaseFont(
	PdfStandardFont standardFont
)

Parameters

standardFont  PdfStandardFont
The standard font type

Return Value

PdfBaseFont
A base font that can be used to create styled fonts

See Also