make fonts more generic
This commit is contained in:
parent
1009d689bc
commit
58f3d1f02b
9 changed files with 235 additions and 183 deletions
12
inc/fonts/basic_5x4.h
Normal file
12
inc/fonts/basic_5x4.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
//
|
||||
// Created by jedi on 11/2/18.
|
||||
//
|
||||
|
||||
#ifndef MGL_DMXMENU_BASIC_5X4_H
|
||||
#define MGL_DMXMENU_BASIC_5X4_H
|
||||
|
||||
#include "gfx/font.h"
|
||||
|
||||
extern font basic_5x4;
|
||||
|
||||
#endif //MGL_DMXMENU_BASIC_5X4_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue