Imported Upstream version 8.2.2
[platform/upstream/harfbuzz.git] / util / hb-ot-shape-closure.cc
index 7321f93..3b6751c 100644 (file)
@@ -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;