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