Updated build.py to handle embed src dir; moved embedded font to dir

This commit is contained in:
rxi
2016-09-29 20:04:04 +01:00
parent 0f97340b7d
commit f30e2e2c54
4 changed files with 40 additions and 1380 deletions

BIN
src/embed/font.ttf Normal file

Binary file not shown.

View File

@@ -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);
}

File diff suppressed because it is too large Load Diff