Click or drag to resize
CanvasTextLayout.SetFontStyle Method
Sets the font style of the specified group of characters.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public void SetFontStyle(
	int characterIndex,
	int characterCount,
	FontStyle fontStyle
)

Parameters

characterIndex
Type: System.Int32
characterCount
Type: System.Int32
fontStyle
Type: Windows.UI.Text.FontStyle
Remarks
Font style indicates whether a typeface is oblique, or italic, or the default.
See Also