Click or drag to resize
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
C#
public enum CanvasTextMeasuringMode
Members
  Member nameValueDescription
Natural0Specifies that text is measured using glyph ideal metrics whose values are independent to the current display resolution.
GdiClassic1Specifies that text is measured using glyph display-compatible metrics whose values tuned for the current display resolution.
GdiNatural2Specifies 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