mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 05:55:06 +00:00
[hb-info] Fix font face number recording for .dfont
This commit is contained in:
parent
67591f8511
commit
734ba5ab48
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue