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. |
typedef enum {
MDM_Auto,
MDM_NotMonospace,
MDM_Monospace,
MDM_Ignore
} MonospaceDetectionModeEnum;
| 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. |
Was this page helpful?