MonospaceDetectionModeEnum
MonospaceDetectionModeEnum enumeration constants specify the mode of monospace font detection.
typedef enum {
MDM_Auto,
MDM_NotMonospace,
MDM_Monospace,
MDM_Ignore
} MonospaceDetectionModeEnum;
Elements
Used in
03.07.2024 8:50:25