CanvasTextLayoutOpticalAlignment Property |
Namespace: Microsoft.Graphics.Canvas.Text
public CanvasOpticalAlignment OpticalAlignment { get; set; }
By default, glyphs are aligned to the margin by the default origin and side-bearings of the glyph. If you specify CanvasOpticalAlignment.None, then the alignment uses the side bearings to offset the glyph from the aligned edge, to ensure the ink of the glyphs are aligned.