Skip to main content
MonospaceDetectionModeEnum enumeration constants specify the mode of monospace font detection.
typedef enum {
 MDM_Auto,
 MDM_NotMonospace,
 MDM_Monospace,
 MDM_Ignore
} MonospaceDetectionModeEnum;

Elements

NameDescription
MDM\_AutoDetect whether the font is monospace automatically.
MDM\_IgnoreDo not detect whether the font is monospace.
MDM\_MonospaceSet the font to monospace.
MDM\_NotMonospaceSet the font to non-monospace.

Used in

IFontFormattingDetectionParams::MonospaceDetectionMode