Fix build
$ make CPPFLAGS="-DHB_TINY -DHB_NO_OT_FONT" libharfbuzz-subset.la
This commit is contained in:
parent
fd71c045b4
commit
7152ac3fcf
@ -71,7 +71,10 @@ _cmap_closure (hb_face_t *face,
|
|||||||
const hb_set_t *unicodes,
|
const hb_set_t *unicodes,
|
||||||
hb_set_t *glyphset)
|
hb_set_t *glyphset)
|
||||||
{
|
{
|
||||||
face->table.cmap->table->closure_glyphs (unicodes, glyphset);
|
OT::cmap::accelerator_t cmap;
|
||||||
|
cmap.init (face);
|
||||||
|
cmap.table->closure_glyphs (unicodes, glyphset);
|
||||||
|
cmap.fini ();
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline void
|
static inline void
|
||||||
|
Loading…
Reference in New Issue
Block a user