Updated build.py to handle embed src dir; moved embedded font to dir
This commit is contained in:
BIN
src/embed/font.ttf
Normal file
BIN
src/embed/font.ttf
Normal file
Binary file not shown.
@@ -101,8 +101,8 @@ fail:
|
||||
|
||||
|
||||
const char *font_initEmbedded(font_t *self, int ptsize) {
|
||||
#include "font_embedded.c"
|
||||
return initFont(self, font_data, 8);
|
||||
#include "font_ttf.h"
|
||||
return initFont(self, font_ttf, 8);
|
||||
}
|
||||
|
||||
|
||||
|
||||
1367
src/font_embedded.c
1367
src/font_embedded.c
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user