Click or drag to resize
CanvasTextLayoutSetFontStyle 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: SystemInt32
characterCount
Type: SystemInt32
fontStyle
Type: Windows.UI.TextFontStyle
Remarks
Font style indicates whether a typeface is oblique, or italic, or the default.
See Also