diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_fontservice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_fontservice.h b/include/m_fontservice.h index bb156bd07e..c63a70a546 100644 --- a/include/m_fontservice.h +++ b/include/m_fontservice.h @@ -49,6 +49,7 @@ struct MBaseFontObjectW #define FIDF_ALLOWEFFECTS 0x0100 // allow setting of font effects (i.e. underline and strikeout)
#define FIDF_DISABLESTYLES 0x0200 // don't allow to select font attributes (bold/underline/italics)
// FIDF_ALLOWEFFECTS has priority and will override this flag!
+#define FIDF_DISABLEFONT 0x0400 // allow only color to be edited
// font class
#define FIDF_CLASSMASK 0x70000000
|
