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

pull/4895/head
Behdad Esfahbod 4 months ago
parent 67591f8511
commit 734ba5ab48
  1. 2
      util/hb-info.cc

@ -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);
}

Loading…
Cancel
Save