|
Tfblib
|
Font info structure. More...
#include <tfblib.h>
Data Fields | |
| const char * | name |
| Font's file name. | |
| u32 | width |
| Font's character width in pixels. | |
| u32 | height |
| Font's character height in pixels. | |
| u32 | psf_version |
| PSF version: either 1 or 2. | |
| tfb_font_t | font_id |
| An opaque identifier of the font. | |
Font info structure.
tfb_iterate_over_fonts() passes a pointer to a tfb_font_info * structure for each statically embedded font in the library to the callback function.
1.8.13