05-17-2025, 06:26 PM
Hi
I've been trying to start GIMP with a custom set of fonts, separate from my system, so I've been using a custom fontconfig path, with fonts.conf being:
My goal is to only have fonts from a certain folder show up in GIMP
I have found that I can remove all fonts except Monospace, Sans-serif, and Serif, and their variants, for a total of 12 fonts I cannot remove, plus the two I've been testing with, though the first 12 seem to be bugged.
[attachment=13498]
Does anyone know of a way to disable/remove these fonts?
This happens on GIMP 3.0.2 AppImage, Debian 12.10
I've been trying to start GIMP with a custom set of fonts, separate from my system, so I've been using a custom fontconfig path, with fonts.conf being:
Code:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<dir>/home/maple/Apps/GIMP/GIMPFonts/Fonts</dir>
<cachedir>/home/maple/.cache/fontconfig</cachedir>
</fontconfig>
I have found that I can remove all fonts except Monospace, Sans-serif, and Serif, and their variants, for a total of 12 fonts I cannot remove, plus the two I've been testing with, though the first 12 seem to be bugged.
[attachment=13498]
Does anyone know of a way to disable/remove these fonts?
This happens on GIMP 3.0.2 AppImage, Debian 12.10