aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-07-18 12:01:14 +1000
committerNeil <nyamatongwe@gmail.com>2014-07-18 12:01:14 +1000
commit82f6152e6f7eae1419537055d31c9a865905ba5a (patch)
treeaed2b359a6c07b0c3a037e99f473657ad1956838 /include/Scintilla.h
parent6ab16baa81e69175e63d702cb7bd63cfe8f5982d (diff)
downloadscintilla-mirror-82f6152e6f7eae1419537055d31c9a865905ba5a.tar.gz
Allow extreme ascenders and descenders to overlap into adjacent lines with
multiple phase drawing option.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 21d5a07a9..deb945c6a 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -517,6 +517,11 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_APPENDTEXT 2282
#define SCI_GETTWOPHASEDRAW 2283
#define SCI_SETTWOPHASEDRAW 2284
+#define SC_PHASES_ONE 0
+#define SC_PHASES_TWO 1
+#define SC_PHASES_MULTIPLE 2
+#define SCI_GETPHASESDRAW 2673
+#define SCI_SETPHASESDRAW 2674
#define SC_EFF_QUALITY_MASK 0xF
#define SC_EFF_QUALITY_DEFAULT 0
#define SC_EFF_QUALITY_NON_ANTIALIASED 1