[Bug 291746] x11-fonts/fontconfig broke bitmap fonts for x11-wm/dwm and x11/dmenu
Date: Sat, 20 Dec 2025 02:51:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291746
--- Comment #6 from jakub_lach@mailplus.pl ---
(In reply to jakub_lach from comment #5)
My default .fonts.conf had (for ages, and still has):
<!-- reject all bitmap fonts, with the exception of 'terminus' -->
<selectfont>
<acceptfont>
<pattern>
<patelt name="family"> <string>Terminus</string> </patelt>
</pattern>
</acceptfont>
<rejectfont>
<pattern>
<patelt name="scalable"> <bool>false</bool> </patelt>
</pattern>
</rejectfont>
</selectfont>
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.