From 44e4516ee70177bad3e6826c61bf84227fef6653 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 7 Nov 2023 14:25:18 +0300 Subject: =?UTF-8?q?fixes=20#3829=20(Popup+:=20=D0=BF=D1=80=D0=BE=D0=BF?= =?UTF-8?q?=D0=B0=D0=BB=D0=B8=20=D1=83=D1=82=D0=BE=D1=87=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F,=20=D1=87=D1=82=D0=BE=20=D0=BD=D0=B0=D1=81=D1=82?= =?UTF-8?q?=D1=80=D0=B0=D0=B8=D0=B2=D0=B0=D0=B5=D1=82=D1=81=D1=8F=20=D1=82?= =?UTF-8?q?=D0=BE=D0=BB=D1=8C=D0=BA=D0=BE=20=D1=86=D0=B2=D0=B5=D1=82=20?= =?UTF-8?q?=D0=BE=D0=BA=D0=BE=D0=BD,=20=D0=BD=D0=BE=20=D0=BD=D0=B5=20?= =?UTF-8?q?=D1=88=D1=80=D0=B8=D1=84=D1=82)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/m_fontservice.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 -- cgit v1.2.3