diff options
Diffstat (limited to 'libjin/Graphics/Font.h')
-rw-r--r-- | libjin/Graphics/Font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjin/Graphics/Font.h b/libjin/Graphics/Font.h index b09d393..34e53c8 100644 --- a/libjin/Graphics/Font.h +++ b/libjin/Graphics/Font.h @@ -55,7 +55,7 @@ namespace graphics Page* typeset(const char* text, int x, int y, int lineheight, int spacing); void render(const Page* page); - void print(const char* text, int x, int y, int lineheight, int spacing); + void print(const char* text, int x, int y, int lineheight, int spacing = 0); //Bitmap* bake(const char* text); #if defined(font_debug) void drawAtlas(); |