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
3/24/2023 8:51:52 AM