diff options
| author | Neil <nyamatongwe@gmail.com> | 2014-07-18 12:01:14 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2014-07-18 12:01:14 +1000 |
| commit | 82f6152e6f7eae1419537055d31c9a865905ba5a (patch) | |
| tree | aed2b359a6c07b0c3a037e99f473657ad1956838 /src/ViewStyle.h | |
| parent | 6ab16baa81e69175e63d702cb7bd63cfe8f5982d (diff) | |
| download | scintilla-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.h | 1 |
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; |
