Table of Contents

Enum MeasuringMode

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

Indicates the measuring method used for text layout.

public enum MeasuringMode

Fields

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.

Natural = 0

Specifies that text is measured using glyph ideal metrics whose values are independent to the current display resolution.