Rought font extractor that probably has a memory error causing it to behave mysteriously, and the designer now uses a json file of the characters that will work.
This commit is contained in:
parent
9ab064126f
commit
a9e25668fb
7 changed files with 293 additions and 44 deletions
|
@ -17,3 +17,4 @@ const int MAX_FONT_SIZE = 140;
|
|||
const int MIN_FONT_SIZE = 20;
|
||||
const int SCREEN_WIDTH = 40;
|
||||
const int SCREEN_HEIGHT = 30;
|
||||
#define FONT_FILE_NAME "./assets/text.otf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue