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
7/3/2024 8:50:25 AM