summaryrefslogtreecommitdiff
path: root/test/ft-text-vertical-layout-type3.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2006-12-17 18:42:05 -0500
committerBehdad Esfahbod <behdad@behdad.org>2006-12-17 18:42:05 -0500
commitc6ec6ed696f55f65abbcfccb1e9d2c5678cf491a (patch)
treee0525089cd60e6d9d2de34a30ccdb6b1208129b4 /test/ft-text-vertical-layout-type3.c
parent50efd71935d0aa8d5b780b3ea2c3fd4c5333ca82 (diff)
downloadcairo-c6ec6ed696f55f65abbcfccb1e9d2c5678cf491a.tar.gz
[tests/ft-text-vertical-layout-type3] Remove comment that this emits Type3 font
This test used to be named -truetype, which reflected the type of font used in the test, in contrast to the -type1 test that uses a Type1 font. However, we renamed this test to -type3 to emphasize the fact that a TrueType subset is not emitted for vertical fonts and a Type3 fallback font is generated. Now things have changed: we try generating a Type1 fallback font which is what is happening for this test. Moreover, the -typ1 test also is generating a Type1 fallback font since the Type1 subset font is not useful for vertical fonts.
Diffstat (limited to 'test/ft-text-vertical-layout-type3.c')
-rw-r--r--test/ft-text-vertical-layout-type3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ft-text-vertical-layout-type3.c b/test/ft-text-vertical-layout-type3.c
index 6a1281718..4d1394aed 100644
--- a/test/ft-text-vertical-layout-type3.c
+++ b/test/ft-text-vertical-layout-type3.c
@@ -37,7 +37,7 @@ static cairo_test_draw_function_t draw;
cairo_test_t test = {
"ft-text-vertical-layout-type3",
- "Tests text rendering for vertical layout with TrueType fonts (which will be emitted as type3)",
+ "Tests text rendering for vertical layout with TrueType fonts",
WIDTH, HEIGHT,
draw
};