mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-06 03:28:09 +02:00
Rename ft-text-vertical-layout-truetype to ft-text-vertical-layout-type3
This commit is contained in:
parent
aa2260cfbb
commit
84a9ca1835
4 changed files with 5 additions and 7 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
|
|
@ -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
|
||||
};
|
||||
Loading…
Add table
Reference in a new issue