LanguageFont.FontWeight Property

Definition

Gets the weight of the font (FontWeight).

The weight of the font is the lightness or heaviness of the strokes.

public:
 property FontWeight FontWeight { FontWeight get(); };
FontWeight FontWeight();
public FontWeight FontWeight { get; }
var fontWeight = languageFont.fontWeight;
Public ReadOnly Property FontWeight As FontWeight

Property Value

The weight of the font.

Applies to