Click or drag to resize
CanvasTextLayoutGetTypography Method
Gets the typography features that affect the character at the position specified.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public CanvasTypography GetTypography(
	int characterIndex
)

Parameters

characterIndex
Type: SystemInt32

Return Value

Type: CanvasTypography
Remarks

The default typography is always null.

See Also