[]
Extracts the attributes of the current font. If a specific attribute cannot be determined, the corresponding output value is set to null.
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?)
Type | Name | Description |
---|---|---|
string | fontFamily | |
FontWeight? | fontWeight | |
FontStretch? | fontStretch | |
bool? | fontItalic |