aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ViewStyle.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 /src/ViewStyle.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 'src/ViewStyle.h')
-rw-r--r--src/ViewStyle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h
index b37387d7b..4a4ffcdf0 100644
--- a/src/ViewStyle.h
+++ b/src/ViewStyle.h
@@ -85,6 +85,7 @@ public:
Indicator indicators[INDIC_MAX + 1];
int technology;
int lineHeight;
+ int lineOverlap;
unsigned int maxAscent;
unsigned int maxDescent;
XYPOSITION aveCharWidth;