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

pull/3730/head
Behdad Esfahbod 3 years ago
parent 38f2ec1703
commit faac252f9f
  1. 2
      util/hb-ot-shape-closure.cc

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

Loading…
Cancel
Save