From cddd173f713335318802a98f008d44b66ac4db46 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 24 Nov 2021 17:46:55 -0500 Subject: 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. --- tests/layouts/bratwurst2.layout | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'tests/layouts/bratwurst2.layout') diff --git a/tests/layouts/bratwurst2.layout b/tests/layouts/bratwurst2.layout index 701a0b37..0fb44a24 100644 --- a/tests/layouts/bratwurst2.layout +++ b/tests/layouts/bratwurst2.layout @@ -25,6 +25,7 @@ "output" : { "is-wrapped" : false, "is-ellipsized" : false, + "unknown-glyphs" : 0, "width" : 202752, "height" : 53248, "log-attrs" : [ @@ -104,7 +105,21 @@ "gravity" : "south", "language" : "en-us", "script" : "latin", - "font" : "Cantarell Bold 32", + "font" : { + "description" : "Cantarell Bold 32", + "checksum" : "5bcb6ee14ee9d210b2e91d643de1fe456e9d1aea770983fdb05951545efebbe2", + "variations" : { + "wght" : 8374 + }, + "matrix" : [ + 1.0, + -0.0, + -0.0, + 1.0, + 0.0, + 0.0 + ] + }, "flags" : 0, "y-offset" : 0, "start-x-offset" : 0, -- cgit v1.2.1