From dc11a38107ac1f0a2d3edacae33ff7f10f5e894c Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Sat, 27 Oct 2018 12:15:25 +0330 Subject: [PATCH] [sbix] Set num_glyphs on accelerator dump-emoji was broken without it --- src/hb-ot-color-sbix-table.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hb-ot-color-sbix-table.hh b/src/hb-ot-color-sbix-table.hh index 1b643c7..ec956a8 100644 --- a/src/hb-ot-color-sbix-table.hh +++ b/src/hb-ot-color-sbix-table.hh @@ -99,6 +99,7 @@ struct sbix sbix_blob = hb_sanitize_context_t().reference_table (face); sbix_len = hb_blob_get_length (sbix_blob); sbix_table = sbix_blob->as (); + num_glyphs = face->get_num_glyphs (); } inline void fini (void) -- 2.7.4