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
17.09.2024 15:14:41