[hb-info] Fix font face number recording for .dfont

This commit is contained in:
Behdad Esfahbod 2024-10-13 20:01:19 -06:00
parent 67591f8511
commit 734ba5ab48

View file

@ -349,7 +349,7 @@ struct info_t :
void
_show_face_count ()
{
hb_blob_t *blob = hb_face_reference_table (face, HB_TAG_NONE);
hb_blob_t *blob = hb_blob_create_from_file (font_file);
printf ("Face count: %u\n", hb_face_count (blob));
hb_blob_destroy (blob);
}