From 44680b6ce80221e91cb14dca9ca7fad7015f1297 Mon Sep 17 00:00:00 2001 From: louis Date: Thu, 12 Mar 2015 17:28:35 +0100 Subject: version 0.3.0 --- libcore/imagecache.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libcore/imagecache.h') diff --git a/libcore/imagecache.h b/libcore/imagecache.h index 086d8e4..f2c04f3 100644 --- a/libcore/imagecache.h +++ b/libcore/imagecache.h @@ -30,6 +30,8 @@ public: //skinparts 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); //helpers void Clear(void); void Debug(bool full); @@ -48,6 +50,7 @@ private: map iconCache; map channelLogoCache; map skinPartsCache; + map cairoImageCache; bool LoadIcon(eImageType type, string name); bool LoadLogo(const cChannel *channel); bool LoadSeparatorLogo(string name); -- cgit v1.2.3