write text support in eCanvas
[vuplus_dvbapp] / lib / gui / ecanvas.h
index 629c603..b2ad6a0 100644 (file)
@@ -12,6 +12,7 @@ public:
 
        void clear(gRGB color);
        void fillRect(eRect rect, gRGB color);
+       void writeText(eRect where, gRGB fg, gRGB bg, gFont *font, const char *string, int flags);
 };
 
 #endif