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