mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[TINY] Fix build
This commit is contained in:
parent
7e676cb4cf
commit
5d4f3ff690
1 changed files with 2 additions and 0 deletions
|
@ -64,7 +64,9 @@
|
|||
using hb_ot_font_cmap_cache_t = hb_cache_t<21, 16, 8, true>;
|
||||
using hb_ot_font_advance_cache_t = hb_cache_t<24, 16, 8, true>;
|
||||
|
||||
#ifndef HB_NO_OT_FONT_CMAP_CACHE
|
||||
static hb_user_data_key_t hb_ot_font_cmap_cache_user_data_key;
|
||||
#endif
|
||||
|
||||
struct hb_ot_font_t
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue