aboutsummaryrefslogtreecommitdiff
path: root/graphics/VectorRenderer.h
diff options
context:
space:
mode:
authorNarek Mailian2013-06-13 12:32:36 +0000
committerNarek Mailian2013-08-16 20:54:08 +0200
commit887a99e211c25fd16e4cf3b7505ae17678c2f997 (patch)
treeabb8a48758d30bab824e9794feb193a7d83609cf /graphics/VectorRenderer.h
parent1d21f5db264b98c53ef1475bdf0f2ffbe01c2e79 (diff)
downloadscummvm-rg350-887a99e211c25fd16e4cf3b7505ae17678c2f997.tar.gz
scummvm-rg350-887a99e211c25fd16e4cf3b7505ae17678c2f997.tar.bz2
scummvm-rg350-887a99e211c25fd16e4cf3b7505ae17678c2f997.zip
GRAPHICS: Added changes and improved code from inisider/scummvm (partial text)
Includes code from https://github.com/inisider/scummvm/ , which has been squashed and bugfixed
Diffstat (limited to 'graphics/VectorRenderer.h')
-rw-r--r--graphics/VectorRenderer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/VectorRenderer.h b/graphics/VectorRenderer.h
index 5d6369c08f..4ca76224e1 100644
--- a/graphics/VectorRenderer.h
+++ b/graphics/VectorRenderer.h
@@ -466,7 +466,7 @@ public:
*/
virtual void drawString(const Graphics::Font *font, const Common::String &text,
const Common::Rect &area, Graphics::TextAlign alignH,
- GUI::ThemeEngine::TextAlignVertical alignV, int deltax, bool useEllipsis) = 0;
+ GUI::ThemeEngine::TextAlignVertical alignV, int deltax, bool useEllipsis, const Common::Rect &textDrawableArea) = 0;
/**
* Allows to temporarily enable/disable all shadows drawing.