PdfFontManagerCreateStandardBaseFont Method

Creates a standard built-in PDF base font

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.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