Rename ft-text-vertical-layout-truetype to ft-text-vertical-layout-type3

This commit is contained in:
Carl Worth 2006-08-18 13:07:08 -07:00
parent aa2260cfbb
commit 84a9ca1835
4 changed files with 5 additions and 7 deletions

View file

@ -96,8 +96,8 @@ endif
if CAIRO_HAS_FT_FONT
TESTS += bitmap-font
TESTS += ft-font-create-for-ft-face
TESTS += ft-text-vertical-layout-truetype
TESTS += ft-text-vertical-layout-type1
TESTS += ft-text-vertical-layout-type3
TESTS += ft-text-antialias-none
endif
@ -213,14 +213,12 @@ fill-rule-ps-argb32-ref.png \
filter-nearest-offset-ref.png \
ft-text-antialias-none-ref.png \
ft-text-antialias-none-ps-argb32-ref.png \
ft-text-vertical-layout-truetype-ref.png \
ft-text-vertical-layout-truetype-pdf-argb32-ref.png \
ft-text-vertical-layout-truetype-ps-argb32-ref.png \
ft-text-vertical-layout-truetype-svg-ref.png \
ft-text-vertical-layout-type1-ref.png \
ft-text-vertical-layout-type1-pdf-argb32-ref.png \
ft-text-vertical-layout-type1-ps-argb32-ref.png \
ft-text-vertical-layout-type1-svg-ref.png \
ft-text-vertical-layout-type3-ref.png \
ft-text-vertical-layout-type3-svg-ref.png \
font-matrix-translation-ref.png \
font-matrix-translation-ps-argb32-ref.png \
font-matrix-translation-svg-ref.png \

View file

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View file

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View file

@ -36,8 +36,8 @@
static cairo_test_draw_function_t draw;
cairo_test_t test = {
"ft-text-vertical-layout-truetype",
"Tests text rendering for vertical layout with TrueType fonts",
"ft-text-vertical-layout-type3",
"Tests text rendering for vertical layout with TrueType fonts (which will be emitted as type3)",
WIDTH, HEIGHT,
draw
};