add 5x4 Font

This commit is contained in:
j3d1 2018-11-01 19:39:19 +01:00
parent 987aa92a23
commit 1009d689bc
15 changed files with 346 additions and 25 deletions

16
inc/gfx/font.h Normal file
View file

@ -0,0 +1,16 @@
//
// Created by jedi on 11/1/18.
//
#ifndef MGL_DMXMENU_FONT_H
#define MGL_DMXMENU_FONT_H
class font {
};
extern bool testFont[32][20];
#endif //MGL_DMXMENU_FONT_H