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
Syntaxpublic void SetFontStyle(
int characterIndex,
int characterCount,
FontStyle fontStyle
)
Parameters
- characterIndex
- Type: System.Int32
- characterCount
- Type: System.Int32
- fontStyle
- Type: Windows.UI.Text.FontStyle
RemarksFont style indicates whether a typeface is oblique, or italic, or the default.
See Also