Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

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