From f09627bdb8c597bcc8055b6ce370062a06ad1c37 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 11 Aug 2011 10:32:39 +1000 Subject: Implemented parallel stacks for GDI and DirectWrite. GDI works but DirectWrite does not draw well and eventuall crashes. --- src/FontQuality.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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 -- cgit v1.2.3