Click or drag to resize
CanvasOpticalAlignment Enumeration
Specifies how glyphs are aligned to the margin.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public enum CanvasOpticalAlignment
Members
  Member nameValueDescription
Default0Glyphs are aligned according to their 'cell' boundaries.
NoSideBearings1Glyphs are aligned according to their 'ink' boundaries.
Remarks
By default, there is allowed to be some whitespace in between the margin edge and the glyph edge.
See Also