CanvasTextLayout.GetFontWeight Method |
Gets the font weight for the character at the specified position.
Namespace:
Microsoft.Graphics.Canvas.Text
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntaxpublic FontWeight GetFontWeight(
int characterIndex
)
Parameters
- characterIndex
- Type: System.Int32
Return Value
Type:
FontWeight
RemarksFont weight is the density of a typeface, in terms of the lightness or heaviness of the strokes.
See Also