diff --git a/src/hb-ot-shape.cc b/src/hb-ot-shape.cc index f20be2aac8fd509da706e2928ba966861c9af39c..e24f7a837f79cae709a6d7150dc0cdac037c9fb8 100644 --- a/src/hb-ot-shape.cc +++ b/src/hb-ot-shape.cc @@ -513,6 +513,8 @@ hb_ot_map_glyphs_fast (hb_buffer_t *buffer) hb_glyph_info_t *info = buffer->info; for (unsigned int i = 0; i < count; i++) info[i].codepoint = info[i].glyph_index(); + + buffer->content_type = HB_BUFFER_CONTENT_TYPE_GLYPHS; } static inline void