You are not logged in.

#1 2016-05-20 14:46:03

daryl314
Member
Registered: 2013-12-19
Posts: 15

[SOLVED] Disabling ugly bitmapped fonts not working in Chrome

Hi all,

I am having the issue with ugly font rendering in Chrome that others have seen:
http://askubuntu.com/questions/594976/h … lay-nicely

I followed the directions in the wiki to disable bitmapped fonts:
https://wiki.archlinux.org/index.php/fo … tmap_fonts

sudo ln -s /etc/fonts/conf.avail/70-no-bitmaps.conf /etc/fonts/conf.d/

However, the configuration change doesn't appear to be doing anything.  I rebooted my machine after making the symlink and the rendering of small Calibri text still looks awful.  Does anyone have suggestions for what I could try next?

Thanks,
Daryl

Last edited by daryl314 (2016-05-21 12:40:29)

Offline

#2 2016-05-20 14:52:38

dockland
Member
From: Sweden
Registered: 2015-06-06
Posts: 861

Re: [SOLVED] Disabling ugly bitmapped fonts not working in Chrome

daryl314 wrote:

Hi all,

I am having the issue with ugly font rendering in Chrome that others have seen:
http://askubuntu.com/questions/594976/h … lay-nicely

I followed the directions in the wiki to disable bitmapped fonts:
https://wiki.archlinux.org/index.php/fo … tmap_fonts

sudo ln -s /etc/fonts/conf.avail/70-no-bitmaps.conf /etc/fonts/conf.d/

However, the configuration change doesn't appear to be doing anything.  I rebooted my machine after making the symlink and the rendering of small Calibri text still looks awful.  Does anyone have suggestions for what I could try next?

Thanks,
Daryl

I have installed infinality bundle, looks great. I'm on a IPS 32" 4K monitor with 96*96dpi settings in my fontconfig.


I possess a device, in my pocket, that is capable of accessing the entirety of information known to man.
I use it to look at funny pictures of cats and to argue with strangers.

Offline

#3 2016-05-20 15:03:55

daryl314
Member
Registered: 2013-12-19
Posts: 15

Re: [SOLVED] Disabling ugly bitmapped fonts not working in Chrome

Good to know that infinality fixes the problem, but I'd like to find a solution without it if possible

Offline

#4 2016-05-20 20:10:26

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: [SOLVED] Disabling ugly bitmapped fonts not working in Chrome


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#5 2016-05-20 22:54:30

daryl314
Member
Registered: 2013-12-19
Posts: 15

Re: [SOLVED] Disabling ugly bitmapped fonts not working in Chrome

Unfortunately replacing the contents of my fontconfig didn't help either. Is there any way to see what the total collection of styles being applied is? Or is there some way to force a refresh of settings?

Offline

#6 2016-05-21 12:37:28

daryl314
Member
Registered: 2013-12-19
Posts: 15

Re: [SOLVED] Disabling ugly bitmapped fonts not working in Chrome

It looks like an additional step was needed to disable the bitmapped fonts: forum post.  The following worked for me

echo "<?xml version=\"1.0\"?>
<!DOCTYPE fontconfig SYSTEM \"fonts.dtd\">
<fontconfig>
  <match target=\"font\">
    <edit name=\"embeddedbitmap\" mode=\"assign\">
      <bool>false</bool>
    </edit>
  </match>
</fontconfig>" | sudo tee /etc/fonts/conf.avail/20-no-embedded.conf
sudo ln -s /etc/fonts/conf.avail/20-no-embedded.conf /etc/fonts/conf.d/

Offline

Board footer

Powered by FluxBB