aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-08-11 10:32:39 +1000
committernyamatongwe <devnull@localhost>2011-08-11 10:32:39 +1000
commitf09627bdb8c597bcc8055b6ce370062a06ad1c37 (patch)
tree559530ca5161394842d67a1677950f1b3863e75c /src
parent6860b289d19541ccb8d5be31c81c0f1aa992e9d7 (diff)
downloadscintilla-mirror-f09627bdb8c597bcc8055b6ce370062a06ad1c37.tar.gz
Implemented parallel stacks for GDI and DirectWrite. GDI works
but DirectWrite does not draw well and eventuall crashes.
Diffstat (limited to 'src')
-rw-r--r--src/FontQuality.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/FontQuality.h b/src/FontQuality.h
index 2c8d548a8..dc6f28b4c 100644
--- a/src/FontQuality.h
+++ b/src/FontQuality.h
@@ -10,3 +10,6 @@
#define SC_EFF_QUALITY_NON_ANTIALIASED 1
#define SC_EFF_QUALITY_ANTIALIASED 2
#define SC_EFF_QUALITY_LCD_OPTIMIZED 3
+
+#define SCWIN_TECH_GDI 0
+#define SCWIN_TECH_DIRECTWRITE 0