diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-11-24 17:46:55 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-11-25 07:57:14 -0500 |
commit | cddd173f713335318802a98f008d44b66ac4db46 (patch) | |
tree | 1d354ef8486e76d7359059bb87c9337af7189603 /tests/layouts/valid-16.layout | |
parent | 5f539a0357ae3f5f1ebd4b97fb6844f70b48f30c (diff) | |
download | pango-cddd173f713335318802a98f008d44b66ac4db46.tar.gz |
Make test-layout use included fonts
Add Cantarell, DejaVu Sans and a subset of Noto Color Emoji
to git, and make test-layout use just those fonts. This
should help with keeping the ci from breaking due to different
system fonts.
Update tests.
Diffstat (limited to 'tests/layouts/valid-16.layout')
-rw-r--r-- | tests/layouts/valid-16.layout | 49 |
1 files changed, 46 insertions, 3 deletions
diff --git a/tests/layouts/valid-16.layout b/tests/layouts/valid-16.layout index 0f1b8698..8c80be6d 100644 --- a/tests/layouts/valid-16.layout +++ b/tests/layouts/valid-16.layout @@ -24,6 +24,7 @@ "output" : { "is-wrapped" : true, "is-ellipsized" : true, + "unknown-glyphs" : 0, "width" : 153600, "height" : 56320, "log-attrs" : [ @@ -653,7 +654,21 @@ "gravity" : "south", "language" : "en-us", "script" : "latin", - "font" : "Cantarell 11", + "font" : { + "description" : "Cantarell 11", + "checksum" : "5bcb6ee14ee9d210b2e91d643de1fe456e9d1aea770983fdb05951545efebbe2", + "variations" : { + "wght" : 0 + }, + "matrix" : [ + 1.0, + -0.0, + -0.0, + 1.0, + 0.0, + 0.0 + ] + }, "flags" : 0, "y-offset" : 0, "start-x-offset" : 0, @@ -827,7 +842,21 @@ "gravity" : "south", "language" : "en-us", "script" : "latin", - "font" : "Cantarell 11", + "font" : { + "description" : "Cantarell 11", + "checksum" : "5bcb6ee14ee9d210b2e91d643de1fe456e9d1aea770983fdb05951545efebbe2", + "variations" : { + "wght" : 0 + }, + "matrix" : [ + 1.0, + -0.0, + -0.0, + 1.0, + 0.0, + 0.0 + ] + }, "flags" : 0, "y-offset" : 0, "start-x-offset" : 0, @@ -963,7 +992,21 @@ "gravity" : "south", "language" : "en-us", "script" : "common", - "font" : "Cantarell 11", + "font" : { + "description" : "Cantarell 11", + "checksum" : "5bcb6ee14ee9d210b2e91d643de1fe456e9d1aea770983fdb05951545efebbe2", + "variations" : { + "wght" : 0 + }, + "matrix" : [ + 1.0, + -0.0, + -0.0, + 1.0, + 0.0, + 0.0 + ] + }, "flags" : 2, "extra-attributes" : [ { |