Excuse me guys I forgot to add that having .fonts.conf in the following form seems to double font resolutions generally (certainly in Mathematica, where I have simply removed the Courier substitution line from the previous version given above):
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <!-- Enable sub-pixel rendering --> <match target="font" > <edit mode="assign" name="rgba" > <const>rgb</const> </edit> </match> <match target="font" > <edit mode="assign" name="hinting"> <bool>true</bool> </edit> </match> <match target="font" > <edit mode="assign" name="hintstyle"> <const>hintfull</const> </edit> </match> <match target="font" > <edit mode="assign" name="antialias"> <bool>true</bool> </edit> </match> <!-- Location of local fonts --> <dir>~/.fonts</dir> </fontconfig> -- Mathematica renders fonts incorrectly in Hardy https://bugs.launchpad.net/bugs/197163 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs