Public bug reported:

Binary package hint: language-selector

The current zh_CN configuration (and the other variants I presume)
disable antialiasing for chinese fonts <= 18px. This is no good, because
the smallest pixel font size available is 11px. On some websites this
will render som horribly looking chinese characters, for examble the
sidebar of my blog: http://foolip.org/blog/

The solution is simple of course. Patch pasted directly below, I trust
you can make sense of it...

--- zh_CN.orig  2006-05-02 18:21:20.000000000 +0800
+++ zh_CN       2007-05-07 21:48:52.269943000 +0800
@@ -65,6 +65,9 @@
                 <edit name="antialias" mode="assign">
                         <bool>true</bool>
                 </edit>
+                <test name="pixelsize" compare="more_eq">
+                        <int>11</int>
+                </test>
                 <test name="pixelsize" compare="less_eq">
                         <int>18</int>
                 </test>

** Affects: language-selector (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
enable antialiasing for chinese fonts <11 px
https://bugs.launchpad.net/bugs/113079
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to