From 82f6152e6f7eae1419537055d31c9a865905ba5a Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 18 Jul 2014 12:01:14 +1000 Subject: Allow extreme ascenders and descenders to overlap into adjacent lines with multiple phase drawing option. --- src/ViewStyle.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ViewStyle.h') 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; -- cgit v1.2.3