[util/hb-ot-shape-closure] Fix showing glyph names
This commit is contained in:
parent
38f2ec1703
commit
faac252f9f
|
@ -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…
Reference in New Issue