From faac252f9f6876d971c7d487f064261eb6070952 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 18 Jul 2022 12:23:57 -0600 Subject: [PATCH] [util/hb-ot-shape-closure] Fix showing glyph names --- util/hb-ot-shape-closure.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/hb-ot-shape-closure.cc b/util/hb-ot-shape-closure.cc index b1758b691..3b6751c35 100644 --- a/util/hb-ot-shape-closure.cc +++ b/util/hb-ot-shape-closure.cc @@ -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;