CanvasTextLayoutSetFontStretch Method |
Sets the font stretch 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 SetFontStretch(
int characterIndex,
int characterCount,
FontStretch fontStretch
)
Parameters
- characterIndex
- Type: SystemInt32
- characterCount
- Type: SystemInt32
- fontStretch
- Type: Windows.UI.TextFontStretch
Remarks This indicates the degree to which the font is stretched, compared to the normal aspect ratio of that font.
See Also