X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=bigscreen%2Ffonts.h;h=fe43c586ed5b5c30b2559f89d0b1adc4da6d1033;hb=398357c297e5732f6ee2fcc1d4d73574e127f5af;hp=5377ad0853773c5506a00dafeaa2316fa48d5a8c;hpb=47647e430209e70479579de3725b193baf26630a;p=ccbs diff --git a/bigscreen/fonts.h b/bigscreen/fonts.h index 5377ad0..fe43c58 100644 --- a/bigscreen/fonts.h +++ b/bigscreen/fonts.h @@ -7,6 +7,6 @@ #include "widestring.h" void init_freetype(); -unsigned 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) */