Click or drag to resize
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
C#
public FontStretch GetFontStretch(
	int characterIndex
)

Parameters

characterIndex
Type: SystemInt32

Return Value

Type: FontStretch
Remarks
This indicates the degree to which the font is stretched, compared to the normal aspect ratio of that font.
See Also