CanvasTextLayout.GetFontStyle 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
Syntaxpublic FontStyle GetFontStyle(
int characterIndex
)
Parameters
- characterIndex
- Type: System.Int32
Return Value
Type:
FontStyle
RemarksFont style indicates whether a typeface is oblique, or italic, or the default.
See Also