mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-06 15:18:05 -04:00
basic text drawing function from PCSX
This commit is contained in:
parent
c688b90fe2
commit
e515f1a40b
2 changed files with 58 additions and 0 deletions
2
fonts.h
2
fonts.h
|
@ -2,3 +2,5 @@
|
|||
extern unsigned char fontdata8x8[64*16];
|
||||
extern unsigned char fontdata6x8[256-32][8];
|
||||
|
||||
void basic_text_out16_nf(void *fb, int w, int x, int y, const char *text);
|
||||
void basic_text_out16(void *fb, int w, int x, int y, const char *texto, ...);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue