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 public CanvasTypography GetTypography(
int characterIndex
)
Parameters
- characterIndex
- Type: SystemInt32
Return Value
Type:
CanvasTypographyRemarks
The default typography is always null.
See Also