diff options
author | nyamatongwe <unknown> | 2011-09-24 22:10:59 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2011-09-24 22:10:59 +1000 |
commit | 77d25bd25490fe412a213581e371c7c26eb23f7d (patch) | |
tree | e91d99a2328e82067e9781599cb2e058a8400fa3 /src/ViewStyle.h | |
parent | df08d45447c2b2386629d13004f4ab6006cab2d8 (diff) | |
parent | 33e27dc25f933a92566d91a667ba4ee732ba6cfa (diff) | |
download | scintilla-mirror-77d25bd25490fe412a213581e371c7c26eb23f7d.tar.gz |
Merged fractional text positioning branch.
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r-- | src/ViewStyle.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h index b038a9b54..b15b9163c 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -48,7 +48,7 @@ public: FontRealised *frNext; FontRealised(const FontSpecification &fs); virtual ~FontRealised(); - void Realise(Surface &surface, int zoomLevel); + void Realise(Surface &surface, int zoomLevel, int technology); FontRealised *Find(const FontSpecification &fs); void FindMaxAscentDescent(unsigned int &maxAscent, unsigned int &maxDescent); }; @@ -67,6 +67,7 @@ public: Style *styles; LineMarker markers[MARKER_MAX + 1]; Indicator indicators[INDIC_MAX + 1]; + int technology; int lineHeight; unsigned int maxAscent; unsigned int maxDescent; |