[Fontconfig] Problem with the 9x18 XFree86 bitmap font
Patrick Lam
plam at MIT.EDU
Tue Nov 8 08:11:04 PST 2005
Toby wrote:
> Issue: I don't seem to be able to select the 9x18 'misc' bitmap font in
> Fontconfig, because it gets confused with (masked by) other fonts.
If you put the following into your ~/.fonts.conf, it'll make the "ja"
Fixed fonts go away.
<rejectfont>
<pattern>
<patelt name="family">
<string>Fixed</string>
</patelt>
<patelt name="lang">
<string>ja</string>
</patelt>
</pattern>
</rejectfont>
pat
More information about the Fontconfig
mailing list