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
2020-06-02 22:56:43 -05:00

14 lines
234 B
C

#include <sparrow3d.h>
int fontCount;
spFontPointer fonts[10];
char fontPaths[10][512];
void addFont ( char ttf_path[512] );
void resizeFonts ( void );
void resizeFont ( spFontPointer*, char[512] );
void cleanupFonts ( void );