From 4b7414b3f6869f2bdeb097e4f997498bae9f0aee Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 30 Mar 2013 17:44:20 +0100 Subject: New box rendering of all widgets. Minor tweaks still missing. --- plugingui/font.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugingui/font.h') diff --git a/plugingui/font.h b/plugingui/font.h index 848b168..32a06f2 100644 --- a/plugingui/font.h +++ b/plugingui/font.h @@ -30,6 +30,7 @@ #include "pixelbuffer.h" #include "globalcontext.h" +#include "image.h" #include @@ -51,6 +52,8 @@ public: PixelBufferAlpha *render(GlobalContext *gctx, std::string text); private: + Image img_font; + GlobalContext *gctx; std::map character_offset; std::map character_width; -- cgit v1.2.3