Archived
1
0
Disbranĉigi 0
Ĉi tiu deponejo arĥiviĝis je 2024-01-29. Vi povas vidi kaj elŝuti dosierojn, sed ne povas puŝi nek raporti problemojn nek tirpeti.
efemmera/lib/font.h

14 lines
237 B
C
Raw Normal View History

2020-05-31 01:19:16 -05:00
#include <sparrow3d.h>
int fontCount;
spFontPointer fonts[10];
char fontPaths[10][512];
void add_font ( char ttf_path[512] );
void resize_fonts ( void );
void resize_font ( spFontPointer*, char[512] );
void cleanup_fonts ( void );