Click or drag to resize

PdfPageBase GetFontFamily Method

Gets the font family.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected PdfFontFamily GetFontFamily(
	string fontFamilyString
)

Parameters

fontFamilyString
Type: System String
The font family string.

Return Value

Type: PdfFontFamily
The font family.
See Also