[util/hb-ot-shape-closure] Fix showing glyph names

This commit is contained in:
Behdad Esfahbod 2022-07-18 12:23:57 -06:00
parent 38f2ec1703
commit faac252f9f
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ struct shape_closure_consumer_t
protected:
shape_options_t shaper;
hb_bool_t show_glyph_names = false;
hb_bool_t show_glyph_names = true;
hb_set_t *glyphs = nullptr;
hb_font_t *font = nullptr;