FontWeight Property (FontDescriptor)
In This Topic
Gets the weight (thickness) component of the fully-qualified font name or font specifier.
Syntax
'Declaration
Public ReadOnly Property FontWeight As System.Nullable(Of FontWeight)
public System.Nullable<FontWeight> FontWeight {get;}
See Also