LanguageFont.FontWeight Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.