CanvasTextLayout.DefaultFontWeight Property |
Specifies the font weight for ranges of the layout without an explicitly specified font weight.
Namespace:
Microsoft.Graphics.Canvas.Text
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntaxpublic FontWeight DefaultFontWeight { get; }
Property Value
Type:
FontWeight
RemarksFont weight indicates the density of a typeface, in terms of the lightness or heaviness of the strokes.
See Also