mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-08 05:34:00 -04:00
font: populate glyph cache (ASCII characters only) when instantiating font
This commit is contained in:
parent
9e57ba2108
commit
fe882bddba
5 changed files with 44 additions and 82 deletions
1
font.h
1
font.h
|
|
@ -6,3 +6,4 @@
|
|||
bool font_from_name(const char *name, struct font *result);
|
||||
bool font_glyph_for_utf8(
|
||||
const struct font *font, const char *utf8, struct glyph *glyph);
|
||||
void font_destroy(struct font *font);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue