CanvasTextLayoutGetFontStretch Method |
Gets the font stretch for the character at the specified position.
Namespace:
Microsoft.Graphics.Canvas.Text
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax public FontStretch GetFontStretch(
int characterIndex
)
Parameters
- characterIndex
- Type: SystemInt32
Return Value
Type:
FontStretchRemarks This indicates the degree to which the font is stretched, compared to the normal aspect ratio of that font.
See Also