summaryrefslogtreecommitdiff
path: root/tests/test-shape.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-18 09:16:17 -0700
committerMatthias Clasen <mclasen@redhat.com>2019-07-18 12:35:11 -0700
commit34d65ee29a689346f8066954d66b20a94d2f20f1 (patch)
tree541496ee4ae7ad1bf8efee342dd6e4f4cadfbd5b /tests/test-shape.c
parent2353f65c65ca234fffa72d002d6b3c4a5e302999 (diff)
downloadpango-34d65ee29a689346f8066954d66b20a94d2f20f1.tar.gz
shape test: Output glyph widths
Diffstat (limited to 'tests/test-shape.c')
-rw-r--r--tests/test-shape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-shape.c b/tests/test-shape.c
index dec3bf22..ea9e88f3 100644
--- a/tests/test-shape.c
+++ b/tests/test-shape.c
@@ -167,7 +167,7 @@ test_file (const gchar *filename, GString *string)
p1 = g_utf8_next_char (p);
}
append_text (s1, p, p1 - p);
- g_string_append_printf (s2, "[%x]", gi->glyph);
+ g_string_append_printf (s2, "[%x %d]", gi->glyph, gi->geometry.width);
if (gi->attr.is_cluster_start)
g_string_append_printf (s3, "%d", item->offset + glyphs->log_clusters[i]);
g_string_append (s5, rtl ? "<" : ">");