Click or drag to resize
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
C#
public FontStyle GetFontStyle(
	int characterIndex
)

Parameters

characterIndex
Type: SystemInt32

Return Value

Type: FontStyle
Remarks
Font style indicates whether a typeface is oblique, or italic, or the default.
See Also