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
)
Protected Function GetFontFamily (
fontFamilyString As String
) As PdfFontFamily
protected:
PdfFontFamily GetFontFamily(
String^ fontFamilyString
)
member GetFontFamily :
fontFamilyString : string -> PdfFontFamily
Parameters
-
fontFamilyString
-
Type:
System
String
The font family string.
Return Value
Type:
PdfFontFamily
The font family.
See Also