diff options
author | louis <louis.braun@gmx.de> | 2015-03-31 06:57:02 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-03-31 06:57:02 +0200 |
commit | 3d43200af00372dd54abe2b86b00ca15a4fc6d82 (patch) | |
tree | 0acd63aa794fabae179d90c74e7ad38ad9d872c0 /libcore/cairoimage.h | |
parent | 1ba2ae905ad33f8e311100fd4e9e48653ca4b63d (diff) | |
download | vdr-plugin-skindesigner-3d43200af00372dd54abe2b86b00ca15a4fc6d82.tar.gz vdr-plugin-skindesigner-3d43200af00372dd54abe2b86b00ca15a4fc6d82.tar.bz2 |
added possibility to draw vertical text bottomum and topdown
Diffstat (limited to 'libcore/cairoimage.h')
-rw-r--r-- | libcore/cairoimage.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |