mirror of
https://github.com/nishiowo/nishbox
synced 2025-04-21 20:24:39 +00:00
20 lines
196 B
C
20 lines
196 B
C
/**
|
|
* Font
|
|
*/
|
|
|
|
#ifndef __GF_FONT_H__
|
|
#define __GF_FONT_H__
|
|
|
|
#include <gf_pre.h>
|
|
#include <gf_macro.h>
|
|
|
|
/* Type */
|
|
|
|
/* Engine */
|
|
|
|
/* Standard */
|
|
|
|
GF_EXPORT unsigned char gf_font[128][8];
|
|
|
|
#endif
|