summaryrefslogtreecommitdiff
path: root/tests/fonts
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-11-24 17:46:55 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-11-25 07:57:14 -0500
commitcddd173f713335318802a98f008d44b66ac4db46 (patch)
tree1d354ef8486e76d7359059bb87c9337af7189603 /tests/fonts
parent5f539a0357ae3f5f1ebd4b97fb6844f70b48f30c (diff)
downloadpango-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/fonts')
-rw-r--r--tests/fonts/Cantarell-VF.otfbin0 -> 170588 bytes
-rw-r--r--tests/fonts/DejaVuSans.ttfbin0 -> 757076 bytes
-rw-r--r--tests/fonts/README4
-rw-r--r--tests/fonts/emoji-subset.ttfbin0 -> 35236 bytes
4 files changed, 4 insertions, 0 deletions
diff --git a/tests/fonts/Cantarell-VF.otf b/tests/fonts/Cantarell-VF.otf
new file mode 100644
index 00000000..cd2ccf42
--- /dev/null
+++ b/tests/fonts/Cantarell-VF.otf
Binary files differ
diff --git a/tests/fonts/DejaVuSans.ttf b/tests/fonts/DejaVuSans.ttf
new file mode 100644
index 00000000..46bb331e
--- /dev/null
+++ b/tests/fonts/DejaVuSans.ttf
Binary files differ
diff --git a/tests/fonts/README b/tests/fonts/README
new file mode 100644
index 00000000..df48f804
--- /dev/null
+++ b/tests/fonts/README
@@ -0,0 +1,4 @@
+The fonts in this directory are available to test-layout tests.
+emoji-subset.ttf is a subset of Noto Color Emoji that is just
+big enough to provide the Emoji that are present in our test
+cases.
diff --git a/tests/fonts/emoji-subset.ttf b/tests/fonts/emoji-subset.ttf
new file mode 100644
index 00000000..2addf727
--- /dev/null
+++ b/tests/fonts/emoji-subset.ttf
Binary files differ