CanvasTextLayout.SetFontFamily Method |
Sets the font family 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 SetFontFamily(
int characterIndex,
int characterCount,
string fontFamily
)
Parameters
- characterIndex
- Type: System.Int32
- characterCount
- Type: System.Int32
- fontFamily
- Type: System.String
See Also