CanvasTextLayout.GetTypography 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
Syntaxpublic CanvasTypography GetTypography(
int characterIndex
)
Parameters
- characterIndex
- Type: System.Int32
Return Value
Type:
CanvasTypography
Remarks
The default typography is always null.
See Also