aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/FontQuality.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/FontQuality.h')
-rw-r--r--src/FontQuality.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/FontQuality.h b/src/FontQuality.h
index 85dca1e16..b587fc6d4 100644
--- a/src/FontQuality.h
+++ b/src/FontQuality.h
@@ -12,15 +12,15 @@
namespace Scintilla {
// These definitions match Scintilla.h
-#define SC_EFF_QUALITY_MASK 0xF
-#define SC_EFF_QUALITY_DEFAULT 0
-#define SC_EFF_QUALITY_NON_ANTIALIASED 1
-#define SC_EFF_QUALITY_ANTIALIASED 2
-#define SC_EFF_QUALITY_LCD_OPTIMIZED 3
+//#define SC_EFF_QUALITY_MASK 0xF
+//#define SC_EFF_QUALITY_DEFAULT 0
+//#define SC_EFF_QUALITY_NON_ANTIALIASED 1
+//#define SC_EFF_QUALITY_ANTIALIASED 2
+//#define SC_EFF_QUALITY_LCD_OPTIMIZED 3
// These definitions must match SC_TECHNOLOGY_* in Scintilla.h
-#define SCWIN_TECH_GDI 0
-#define SCWIN_TECH_DIRECTWRITE 1
+//#define SCWIN_TECH_GDI 0
+//#define SCWIN_TECH_DIRECTWRITE 1
}