From 3d43200af00372dd54abe2b86b00ca15a4fc6d82 Mon Sep 17 00:00:00 2001 From: louis Date: Tue, 31 Mar 2015 06:57:02 +0200 Subject: added possibility to draw vertical text bottomum and topdown --- libcore/imagecache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcore/imagecache.h') diff --git a/libcore/imagecache.h b/libcore/imagecache.h index f2c04f3..207dbb0 100644 --- a/libcore/imagecache.h +++ b/libcore/imagecache.h @@ -31,7 +31,7 @@ public: void CacheSkinpart(string path, int width, int height); cImage *GetSkinpart(string name, int width, int height); //cairo special images - cImage *GetVerticalText(string text, tColor color, string font, int size); + cImage *GetVerticalText(string text, tColor color, string font, int size, int direction); //helpers void Clear(void); void Debug(bool full); -- cgit v1.2.3