mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-20 05:33:47 -04:00
font: rename cache -> glyph_cache
This commit is contained in:
parent
1875f98945
commit
5a80bcff18
2 changed files with 16 additions and 14 deletions
2
font.h
2
font.h
|
|
@ -60,7 +60,7 @@ struct font {
|
|||
int fc_idx;
|
||||
struct font **fc_loaded_fallbacks; /* fc_fonts->nfont array */
|
||||
|
||||
hash_entry_t **cache;
|
||||
hash_entry_t **glyph_cache;
|
||||
};
|
||||
|
||||
struct font *font_from_name(font_list_t names, const char *attributes);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue