diff options
author | nyamatongwe <devnull@localhost> | 2011-09-24 22:10:59 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-09-24 22:10:59 +1000 |
commit | 13c4176ea8389b4fc11fed3e87f4e5439c57443f (patch) | |
tree | becbb686e7e24d5a4006eea0cf3500cf943fd807 /src/FontQuality.h | |
parent | 70c8f32c4482e04bacae5d4712a34a2df2ddf209 (diff) | |
parent | d214500ee10fe9830cdc36d0b039d49ef86e26de (diff) | |
download | scintilla-mirror-13c4176ea8389b4fc11fed3e87f4e5439c57443f.tar.gz |
Merged fractional text positioning branch.
Diffstat (limited to 'src/FontQuality.h')
-rw-r--r-- | src/FontQuality.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/FontQuality.h b/src/FontQuality.h index 2c8d548a8..45600c35e 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 1 |