TextFormattingMode Enum

Definition

Defines the formatting methods supported by the TextFormatter class.

public enum class TextFormattingMode
public enum TextFormattingMode
type TextFormattingMode = 
Public Enum TextFormattingMode
Inheritance
TextFormattingMode

Fields

Display 1

Indicates that the TextFormatter lays out text by using GDI-compatible font metrics.

Ideal 0

Indicates that the TextFormatter lays out text by using ideal font metrics.

Applies to

See also