> ## 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

MonospaceDetectionModeEnum enumeration constants specify the mode of monospace font detection.

```
typedef enum {
 MDM_Auto,
 MDM_NotMonospace,
 MDM_Monospace,
 MDM_Ignore
} MonospaceDetectionModeEnum;
```

## Elements

| Name                | Description                                         |
| ------------------- | --------------------------------------------------- |
| MDM\\\_Auto         | Detect whether the font is monospace automatically. |
| MDM\\\_Ignore       | Do not detect whether the font is monospace.        |
| MDM\\\_Monospace    | Set the font to monospace.                          |
| MDM\\\_NotMonospace | Set the font to non-monospace.                      |

## Used in

[IFontFormattingDetectionParams::MonospaceDetectionMode](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/fontformattingdetectionparams#monospacedetectionmode)
