[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Text.Font.GetFontAttributes

GetFontAttributes Method

GetFontAttributes(out string, out FontWeight?, out FontStretch?, out bool?)

Extracts the attributes of the current font. If a specific attribute cannot be determined, the corresponding output value is set to null.

Declaration
public void GetFontAttributes(out string fontFamily, out FontWeight? fontWeight, out FontStretch? fontStretch, out bool? fontItalic)
Public Sub GetFontAttributes(ByRef fontFamily As String, ByRef fontWeight As FontWeight?, ByRef fontStretch As FontStretch?, ByRef fontItalic As Boolean?)
Parameters
Type Name Description
string fontFamily
FontWeight? fontWeight
FontStretch? fontStretch
bool? fontItalic