Enum TextMeasuringMode
- Namespace
- PaintDotNet.DirectWrite
- Assembly
- PaintDotNet.Windows.dll
public enum TextMeasuringMode
Fields
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 CLEARTYPE_NATURAL_QUALITY.