ref: 964f145774586f574379cb1bb63522d61ac32ef8 dir: /inline_font.h/
#ifndef INLINE_FONT_H_ #define INLINE_FONT_H_ struct inline_font { int width; int height; unsigned char bits[]; }; #endif