CanvasTextMeasuringMode Enumeration |
Indicates the measuring method used for a piece of text.
Namespace:
Microsoft.Graphics.Canvas.Text
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax public enum CanvasTextMeasuringMode
Members
| Member name | Value | Description |
---|
| Natural | 0 | Specifies that text is measured using glyph ideal metrics whose values are independent to the current display resolution. |
| GdiClassic | 1 | Specifies that text is measured using glyph display-compatible metrics whose values tuned for the current display resolution. |
| GdiNatural | 2 | Specifies that text is measured using the same glyph display metrics as text measured by GDI using a font created with the CLEARTYPE_NATURAL_QUALITY GDI option. |
See Also