提交 c91c4fa4 编写于 作者: B Behdad Esfahbod

[hb-shape] Change glyphstring brackets from </> to [/]

Sorry for the disruption but I need this to differentiate from the
Unicode string.
上级 36fe87d1
......@@ -717,7 +717,7 @@ format_options_t::serialize_glyphs (hb_buffer_t *buffer,
hb_glyph_info_t *info = hb_buffer_get_glyph_infos (buffer, NULL);
hb_glyph_position_t *pos = hb_buffer_get_glyph_positions (buffer, NULL);
g_string_append_c (gs, '<');
g_string_append_c (gs, '[');
for (unsigned int i = 0; i < num_glyphs; i++)
{
if (i)
......@@ -749,7 +749,7 @@ format_options_t::serialize_glyphs (hb_buffer_t *buffer,
info++;
pos++;
}
g_string_append_c (gs, '>');
g_string_append_c (gs, ']');
}
void
format_options_t::serialize_line_no (unsigned int line_no,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册