mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-06 02:40:07 +00:00
754d364efd
The commit adds a custom fontconfig configuration in testsuite/gsk/fonts/fonts.conf and sets the FONTCONFIG_FILE environment variable for the gsk compare tests to point at it. To use a custom font in tests, just drop it into the testsuite/gsk/fonts/ directory. The font configuration includes the system configuration, so existing tests should not be affected.
8 lines
215 B
XML
8 lines
215 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
|
|
<fontconfig>
|
|
<cachedir>/tmp/cache</cachedir>
|
|
<dir prefix="relative">.</dir>
|
|
<include>/etc/fonts/fonts.conf</include>
|
|
</fontconfig>
|