diff options
author | nyamatongwe <devnull@localhost> | 2011-08-11 12:09:27 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-08-11 12:09:27 +1000 |
commit | 0f82453d4bcbdff2d0298bf23c8e5154d4674fc9 (patch) | |
tree | ab2825cf445b61d15a3972743f266fa2920de172 /src | |
parent | f09627bdb8c597bcc8055b6ce370062a06ad1c37 (diff) | |
download | scintilla-mirror-0f82453d4bcbdff2d0298bf23c8e5154d4674fc9.tar.gz |
Parallel stacks for GDI and DirectWrite works.
Diffstat (limited to 'src')
-rw-r--r-- | src/FontQuality.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FontQuality.h b/src/FontQuality.h index dc6f28b4c..45600c35e 100644 --- a/src/FontQuality.h +++ b/src/FontQuality.h @@ -12,4 +12,4 @@ #define SC_EFF_QUALITY_LCD_OPTIMIZED 3 #define SCWIN_TECH_GDI 0 -#define SCWIN_TECH_DIRECTWRITE 0 +#define SCWIN_TECH_DIRECTWRITE 1 |