[hb-view] --annotate enables --show-extents

This commit is contained in:
Behdad Esfahbod 2023-01-24 11:24:31 -07:00
parent 20fcf5c5b8
commit 8cfb0ed072
1 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,12 @@ struct view_options_t
void add_options (option_parser_t *parser);
void post_parse (GError **error)
{
if (annotate)
show_extents = true;
}
hb_bool_t annotate = false;
char *fore = nullptr;
char *back = nullptr;