Tfblib
Data Fields
tfb_font_info Struct Reference

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.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: