X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Ffonts.h;h=fe43c586ed5b5c30b2559f89d0b1adc4da6d1033;hp=533e4ff5f13f6fa079acc56b444aa73452882dff;hb=07f65e88e6fd4ebbe8c055f3acd0385f9b64f238;hpb=eb548f080c1bfba8b4e5c23a8d5d1a8da229a78c diff --git a/bigscreen/fonts.h b/bigscreen/fonts.h index 533e4ff..fe43c58 100644 --- a/bigscreen/fonts.h +++ b/bigscreen/fonts.h @@ -7,6 +7,6 @@ #include "widestring.h" void init_freetype(); -int my_draw_text(const widestring &str, unsigned char *buf, int xpos, int ypos, bool real_render, int r, int g, int b); +unsigned my_draw_text(const widestring &str, unsigned char *buf, double size, int xpos = 0, int ypos = 0, int r = 255, int g = 255, int b = 255); #endif /* !defined(_FONTS_H) */