summaryrefslogtreecommitdiff
path: root/test/user-font.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-05-15 13:28:03 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-05-15 13:28:03 -0400
commit62652ecab7c3163d6b0cf9af3312806ae6bda21a (patch)
tree128cf6f985147df95b72f583b06d96b96d22db09 /test/user-font.c
parentdf9deb1853ab199b576cd4313b80cb3dd536f74f (diff)
downloadcairo-62652ecab7c3163d6b0cf9af3312806ae6bda21a.tar.gz
[test/user-font] Another minor tweak to the font
Diffstat (limited to 'test/user-font.c')
-rw-r--r--test/user-font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/user-font.c b/test/user-font.c
index ef4228427..b6acba8a9 100644
--- a/test/user-font.c
+++ b/test/user-font.c
@@ -74,7 +74,7 @@ static const struct {
{ ' ', 1, { END_GLYPH } },
{ '-', 2, { 7, 8, STROKE, END_GLYPH } },
{ '.', 1, { 10, 10, STROKE, END_GLYPH } },
- { 'a', 3, { 4, 6, 12, 10, 7, 8, STROKE, END_GLYPH } },
+ { 'a', 3, { 4, 6, 12, 10, 7, 9, STROKE, END_GLYPH } },
{ 'c', 3, { 6, 4, 10, 12, STROKE, END_GLYPH } },
{ 'e', 3, { 12, 10, 4, 6, 9, 7, STROKE, END_GLYPH } },
{ 'f', 3, { 3, 2, 11, STROKE, 4, 6, STROKE, END_GLYPH } },