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
9/17/2024 3:14:40 PM