In This Topic
Extracts the attributes of the current font. If a specific attribute cannot be determined, the corresponding output value is set to null.
Syntax
'Declaration
Public Sub GetFontAttributes( _
ByRef As System.String, _
ByRef As System.Nullable(Of FontWeight), _
ByRef As System.Nullable(Of FontStretch), _
ByRef As System.Nullable(Of Boolean) _
)
public void GetFontAttributes(
out System.string ,
out System.Nullable<FontWeight> ,
out System.Nullable<FontStretch> ,
out System.Nullable<bool>
)
Parameters
- fontFamily
- fontWeight
- fontStretch
- fontItalic
See Also