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/cairoimage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcore/cairoimage.h') diff --git a/libcore/cairoimage.h b/libcore/cairoimage.h index 02e9c89..27fb6f3 100644 --- a/libcore/cairoimage.h +++ b/libcore/cairoimage.h @@ -20,7 +20,7 @@ public: cCairoImage(void); virtual ~cCairoImage(); void InitCairoImage(int width, int height); - void DrawTextVertical(string text, tColor color, string font, int size); + void DrawTextVertical(string text, tColor color, string font, int size, int direction); cImage *GetImage(void); }; #endif //__CAIROIMAGE_H \ No newline at end of file -- cgit v1.2.3