CanvasTextLayoutSetFontFamily 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
Syntax public void SetFontFamily(
int characterIndex,
int characterCount,
string fontFamily
)
Parameters
- characterIndex
- Type: SystemInt32
- characterCount
- Type: SystemInt32
- fontFamily
- Type: SystemString
See Also