[sbix] Set num_glyphs on accelerator

dump-emoji was broken without it
This commit is contained in:
Ebrahim Byagowi 2018-10-27 12:15:25 +03:30 committed by GitHub
parent ca645accb9
commit dc11a38107
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ struct sbix
sbix_blob = hb_sanitize_context_t().reference_table<sbix> (face);
sbix_len = hb_blob_get_length (sbix_blob);
sbix_table = sbix_blob->as<sbix> ();
num_glyphs = face->get_num_glyphs ();
}
inline void fini (void)