Click or drag to resize

PdfPageBase GetFontStyle Method

Gets the font style.

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

Parameters

fontFamilyString
Type: System String
The font family string.

Return Value

Type: PdfFontStyle
The style of pdf font.
See Also