Add some more text rendering tests

This commit is contained in:
Matthias Clasen
2024-01-29 18:28:50 -05:00
parent 1564d768d3
commit 7e4745202c
5 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
text {
font: "Cantarell 12.9990234375";
glyphs: 1 0;
hint-metrics: on;
hint-style: full;
antialias: none;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 B

View File

@@ -0,0 +1,5 @@
text {
font: "Cantarell 12.9990234375";
glyphs: 27 0;
offset: 0.5 0;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 B

View File

@@ -145,6 +145,8 @@ compare_render_tests = [
'stroke-with-3d-contents-nogl-nocairo',
'subpixel-positioning',
'subpixel-positioning-hidpi-nogl-nocairo',
'text-A-no-aa',
'text-B-aa-nogl',
'text-color-mix',
'text-glyph-lsb',
'text-mixed-color-nocairo',