Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-02 | terminal: add unifont_get_width/height() | David Herrmann | |
Allow unifont users to retrieve the width and height of unifont glyphs. In version 1 this is hard-coded as 8/16, but may be changed in the future. | |||
2014-10-02 | terminal: move unifont-internal.h to unifont.h | David Herrmann | |
All the definitions are for outside users, so drop the -internal suffix. Internal definitions are in unifont-def.h and unifont.c, no need to share those. |