Zum Hauptinhalt springen
Die Enumerationskonstanten von MonospaceDetectionModeEnum legen den Erkennungsmodus für nichtproportionale Schriftarten fest.
typedef enum {
 MDM_Auto,
 MDM_NotMonospace,
 MDM_Monospace,
 MDM_Ignore
} MonospaceDetectionModeEnum;

Elemente

NameBeschreibung
MDM_AutoAutomatisch erkennen, ob die Schriftart nichtproportional ist.
MDM_IgnoreNicht erkennen, ob die Schriftart nichtproportional ist.
MDM_MonospaceDie Schriftart auf nichtproportional festlegen.
MDM_NotMonospaceDie Schriftart auf proportional festlegen.

Verwendung in

IFontFormattingDetectionParams::MonospaceDetectionMode