[]
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)
| Type | Name | Description |
|---|---|---|
| string | fontFamily | |
| FontWeight? | fontWeight | |
| FontStretch? | fontStretch | |
| bool? | fontItalic |