X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Ffonts.h;fp=bigscreen%2Ffonts.h;h=fe43c586ed5b5c30b2559f89d0b1adc4da6d1033;hp=5377ad0853773c5506a00dafeaa2316fa48d5a8c;hb=b99a635489016a50867699ffb587c66b3c39e939;hpb=d0b667f8f803befcc6bd5737c1192eb4504a489f 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) */