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-8.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-8.layout')
-rw-r--r-- | tests/layouts/valid-8.layout | 70 |
1 files changed, 62 insertions, 8 deletions
diff --git a/tests/layouts/valid-8.layout b/tests/layouts/valid-8.layout index ea42ae7a..d8fbee1b 100644 --- a/tests/layouts/valid-8.layout +++ b/tests/layouts/valid-8.layout @@ -23,6 +23,7 @@ "output" : { "is-wrapped" : false, "is-ellipsized" : false, + "unknown-glyphs" : 0, "width" : 134144, "height" : 90112, "log-attrs" : [ @@ -178,7 +179,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, @@ -230,7 +245,18 @@ "gravity" : "south", "language" : "he", "script" : "hebrew", - "font" : "DejaVu Sans 11", + "font" : { + "description" : "DejaVu Sans 11", + "checksum" : "69ccd07023a72ceb27a5e5c22f728627353b60a198170f5e58dd7014221abf01", + "matrix" : [ + 1.0, + -0.0, + -0.0, + 1.0, + 0.0, + 0.0 + ] + }, "flags" : 0, "y-offset" : 0, "start-x-offset" : 0, @@ -250,13 +276,13 @@ }, { "glyph" : 1331, - "width" : 8192, + "width" : 9216, "is-cluster-start" : true, "log-cluster" : 2 }, { "glyph" : 1344, - "width" : 10240, + "width" : 11264, "is-cluster-start" : true, "log-cluster" : 0 } @@ -270,15 +296,29 @@ "gravity" : "south", "language" : "he", "script" : "hebrew", - "font" : "DejaVu Sans 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, "end-x-offset" : 0, "glyphs" : [ { - "glyph" : 3, - "width" : 5120, + "glyph" : 1109, + "width" : 3072, "is-cluster-start" : true, "log-cluster" : 0 } @@ -292,7 +332,21 @@ "gravity" : "south", "language" : "el", "script" : "greek", - "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, |