yaft: add a second font for low-resolution displays

TODO: instead of statically defining the characters, freetype should be
used for rendering
This commit is contained in:
Stefan Seyfried
2018-01-14 20:46:19 +01:00
committed by Thilo Graf
parent 7a824ccd50
commit 5598cd50aa
3 changed files with 222 additions and 6 deletions

View File

@@ -25,6 +25,7 @@
/* maybe on command line? */
#undef DEBUG
#endif
static int CELL_WIDTH, CELL_HEIGHT;
#include "yaft.h"
#include "conf.h"
#include "util.h"