Enum DWriteMeasuringMode
The measuring method used for text layout.
Namespace: JeremyAnsel.DirectX.DWrite
Assembly: JeremyAnsel.DirectX.DWrite.dll
Syntax
public enum DWriteMeasuringMode
Fields
Name | Description |
---|---|
GdiClassic | Text is measured using glyph display compatible metrics whose values tuned for the current display resolution. |
GdiNatural | Text is measured using the same glyph display metrics as text measured by GDI using a font created with CLEARTYPE_NATURAL_QUALITY. |
Natural | Text is measured using glyph ideal metrics whose values are independent to the current display resolution. |