Package: fonts-terminus-otb
Version: 4.48-2
Tags: patch

The 71-enable-terminus.conf configuration files enables not only OTB fonts shipped by this package, but also PCF fonts from xfonts-terminus. Worse, at least on my system, fontconfig seems to prefer the PCF fonts. :-/

The attached patch that seems to fix it for me; but beware I have no idea what I'm doing.


-- System Information:
Architecture: i386

Versions of packages fonts-terminus-otb depends on:
ii  xfonts-utils  1:7.7+6

--
Jakub Wilk
--- unpacked/usr/share/fontconfig/conf.avail/71-enable-terminus.conf	2014-05-11 20:06:57.000000000 +0200
+++ /usr/share/fontconfig/conf.avail/71-enable-terminus.conf	2020-05-13 12:48:09.053100156 +0200
@@ -5,6 +5,7 @@
     <acceptfont>
       <pattern>
         <patelt name="family"><string>terminus</string></patelt>
+        <patelt name="fontformat"><string>TrueType</string></patelt>
       </pattern>
     </acceptfont>
   </selectfont>

Reply via email to