From 6e58598520069ab144f0705c6960fc3109858b5d Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 22 Jan 2023 15:22:30 -0700 Subject: [PATCH] [hb-info] Subfamily --- util/hb-info.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/hb-info.cc b/util/hb-info.cc index 1c0c92ec3..20e0d3240 100644 --- a/util/hb-info.cc +++ b/util/hb-info.cc @@ -335,7 +335,7 @@ struct info_t if (named_instance != HB_FONT_NO_VAR_NAMED_INSTANCE) name_id = hb_ot_var_named_instance_get_subfamily_name_id (face, named_instance); - _show_name ("Style", name_id); + _show_name ("Subfamily", name_id); } void _show_unique_name () { _show_name ("Unique name", 3); } void _show_full_name () { _show_name ("Full name", 4); }