LHS browser is in Ubuntu 11.10 which renders the Chinese text perfectly. RHS however, is in Ubuntu 12.04, which renders blurry Chinese.
Can anyone tell me why Ubuntu cannot render Chinese text clearly in 12.04?
LHS browser is in Ubuntu 11.10 which renders the Chinese text perfectly. RHS however, is in Ubuntu 12.04, which renders blurry Chinese.
Can anyone tell me why Ubuntu cannot render Chinese text clearly in 12.04?
This problem occurs because all fonts on Ubuntu 12.04 seem to be hinted and antialiased in the same way, using the same fontconfig rules. So the Chinese fonts look fuzzy just like the Latin fonts. In other distributions, there are special rules for Chinese fonts to make sure that they are not antialiased.
To fix this problem, I installed UMing and WenQuanYi Bitmap Song fonts, deleted a rule against bitmap fonts, and then created a custom set of fontconfig rules.
Open a terminal and type the following to install WenQuanYi Bitmap Song font:
Remove a rule against bitmap fonts:
Create
/etc/fonts/local.conf
file:Copy and paste the following into the editor, and modify it according to the fonts that you have installed.
Doing these steps fixed the problem for me in most programs. Unfortunately if you use Chromium browser the fonts are still blurry. I'm not sure how to fix that.