From 6a5f8d3075904c6a5a7c2ec614ea2bd573e55d1e Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Sat, 22 Feb 2025 15:59:53 -0800 Subject: [PATCH] Apparently done looking for "fonts.conf" FontConfig files --- docs/CHANGES.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 7bda9fed1..60ae3c710 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -31,7 +31,7 @@ https://tuxpaint.org/ Closes https://sourceforge.net/p/tuxpaint/feature-requests/95/ Bill Kendrick - + WIP Checking for fonts in any locations specified by "" + + Checking for fonts in any locations specified by "" entries found in system-wide and user-level FontConfig config files. This allows more fonts, and user-specific fonts, to be found & loaded. - It looks for: @@ -41,7 +41,6 @@ https://tuxpaint.org/ - `$XDG_CONFIG_HOME/fontconfig/fonts.conf` (Linux/Unix) - or `$HOME/.config/fontconfig/fonts.conf` - `/boot/system/settings/fonts/fonts.conf` (Haiku) - - FIXME: ??? (ships with Tux Paint) (macOS) - Note: This adds a build dependency on `libxml-2.0`. Bill Kendrick h/t Mark Kim, Luc Schrijvers, & Shin-ichi TOYAMA