On my main workstation

$ fc-list | grep -i terminus | head -3
/usr/local/share/fonts/terminus/ter-122b.pcf.gz: Terminus:style=Bold
/usr/local/share/fonts/terminus/ter-132b.pcf.gz: Terminus:style=Bold
/usr/local/share/fonts/terminus/ter-118b.pcf.gz: Terminus:style=Bold
$ fc-match terminus
ter-112n.pcf.gz: "Terminus" "Regular"
$ fc-match "xos4 terminus"
DejaVuSans.ttf: "DejaVu Sans" "Book"


And on a fairly recently installed laptop

$ fc-list | grep -i terminus | head -3
/usr/local/share/fonts/terminus/ter-116b.pcf.gz: xos4 Terminus:style=Bold
/usr/local/share/fonts/terminus/ter-114b.pcf.gz: xos4 Terminus:style=Bold
/usr/local/share/fonts/terminus/ter-124b.pcf.gz: xos4 Terminus:style=Bold
$ fc-match terminus
DejaVuSans.ttf: "DejaVu Sans" "Book"
$ cat /tmp/a
$ fc-match "xos4 terminus"
ter-112n.pcf.gz: "xos4 Terminus" "Regular"


>From what I understand fontconfig 2.7.1 changed something to add the
foundry to the name in some places which would change it to "xos4
Terminus" instead of just "Terminus". (There was no change in the
font itself). But what I don't understand is why it's different
between machines... Anyone have an idea?

Reply via email to