CanvasTextGridFit Enumeration |
Namespace: Microsoft.Graphics.Canvas.Text
public enum CanvasTextGridFit
Member name | Value | Description | |
---|---|---|---|
Default | 0 | Gridfitting is enabled or disabled based on font table information for the text being drawn. | |
Disable | 1 | Gridfitting is always disabled. | |
Enable | 2 | Gridfitting is always enabled. |
This is also sometimes called "pixel-snapping" or "hinting".