diff --git a/kandinsky/src/context_text.cpp b/kandinsky/src/context_text.cpp index 3d8e62c76..6314c8e50 100644 --- a/kandinsky/src/context_text.cpp +++ b/kandinsky/src/context_text.cpp @@ -1,6 +1,8 @@ #include #include "font.h" +KDColor characterBuffer[BITMAP_FONT_CHARACTER_WIDTH*BITMAP_FONT_CHARACTER_HEIGHT]; + void KDContext::drawChar(char character, KDPoint p, uint8_t inverse) { for (int j=0; j