gl: clear w, h on reinit
[libpicofe.git] / fonts.h
1
2 extern unsigned char fontdata8x8[64*16];
3 extern unsigned char fontdata6x8[256][8];
4
5 void basic_text_out16_nf(void *fb, int w, int x, int y, const char *text);
6 void basic_text_out16(void *fb, int w, int x, int y, const char *texto, ...);
7 void basic_text_out_uyvy_nf(void *fb, int w, int x, int y, const char *text);