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 public enum CanvasOpticalAlignment
Members
| Member name | Value | Description |
---|
| Default | 0 | Glyphs are aligned according to their 'cell' boundaries. |
| NoSideBearings | 1 | Glyphs 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