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

[hb-shape] Add parantheses around --show-text output

上级 b12c4d43
......@@ -768,7 +768,9 @@ format_options_t::serialize_line (hb_buffer_t *buffer,
{
if (show_text) {
serialize_line_no (line_no, gs);
g_string_append_c (gs, '(');
g_string_append_len (gs, text, text_len);
g_string_append_c (gs, ')');
g_string_append_c (gs, '\n');
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册