diff --git a/util/hb-info.cc b/util/hb-info.cc index 35077f87e..8f503c940 100644 --- a/util/hb-info.cc +++ b/util/hb-info.cc @@ -201,10 +201,10 @@ struct info_t printf ("%s\n", name); } void _show_family () { _show_name ("Family", 1); } - void _show_style () { _show_name ("Style", 2); } + void _show_style () { _show_name ("Style", 2); /* TODO Check named-instance. */ } void _show_unique_name () { _show_name ("Unique name", 3); } void _show_full_name () { _show_name ("Full name", 4); } - void _show_postscript_name () { _show_name ("Postscript name", 6); } + void _show_postscript_name () { _show_name ("Postscript name", 6); /* TODO Check named-instance. */ } void _show_version () { _show_name ("Version", 5); } void _show_upem ()