Look in macOS specific location for fontconfig config

h/t Mark
This commit is contained in:
Bill Kendrick 2024-12-29 14:01:41 -08:00
parent a9c1f8e94b
commit 228b724cda
2 changed files with 59 additions and 9 deletions

View file

@ -34,10 +34,13 @@ https://tuxpaint.org/
+ WIP Checking for fonts in any locations specified by "<dir>"
entries found in system-wide and user-level FontConfig config files.
This allows more fonts, and user-specific fonts, to be found & loaded.
- TODO - Looking in Un*x-specific `/etc/fonts/fonts.conf` and
`~/.config/fontconfig/fonts.conf`, and should look in the
correct places on other platforms.
- TODO - Looks in $FONTCONFIG/fonts.conf on macOS, otherwise
Un*x-specific `/etc/fonts/fonts.conf` and
`~/.config/fontconfig/fonts.conf`. Should look in the correct
places on other platforms.
- Note: This adds a build dependency on `libxml-2.0`.
Bill Kendrick <bill@newbreedsoftware.com>
h/t Mark Kim
* Other Improvements:
-------------------