CanvasTextLayoutGetFontStyle Method |
Gets the font style 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
Syntax public FontStyle GetFontStyle(
int characterIndex
)
Parameters
- characterIndex
- Type: SystemInt32
Return Value
Type:
FontStyleRemarks Font style indicates whether a typeface is oblique, or italic, or the default.
See Also