aboutsummaryrefslogtreecommitdiff
path: root/util/hb-ot-shape-closure.cc
diff options
context:
space:
mode:
Diffstat (limited to 'util/hb-ot-shape-closure.cc')
-rw-r--r--util/hb-ot-shape-closure.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/hb-ot-shape-closure.cc b/util/hb-ot-shape-closure.cc
index 7321f93b6..3b6751c35 100644
--- a/util/hb-ot-shape-closure.cc
+++ b/util/hb-ot-shape-closure.cc
@@ -59,8 +59,8 @@ struct shape_closure_consumer_t
failed = false;
buffer = hb_buffer_create ();
}
- template <typename text_options_t>
- bool consume_line (text_options_t &text_opts)
+ template <typename text_options_type>
+ bool consume_line (text_options_type &text_opts)
{
unsigned int text_len;
const char *text;
@@ -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;