Comment 0 for bug 64796

Revision history for this message
Shinjo Park (peremen) wrote :

Binary package hint: language-selector-common

According to the file "/usr/share/language-selector/fontconfig/ko_KR", there are certain lines that contain "EunGuseul", "EunGuseul Mono". These fonts are goverened by ttf-alee package.
However, the package maintainer changed these font name by "Guseul", "Guseul Mono". This font contains embedded bitmap, and the fontconfig file makes to use this bitmap. Without these lines, the font is rendered in ugly way :( I made a patch for this bug.

psj@peremen:~$ diff ko_KR ko_KR.orig
95c95
< <string>Guseul</string>
---
> <string>EunGuseul</string>
103,104c103,104
< <string>Guseul</string>
< <string>Guseul Mono</string>
---
> <string>EunGuseul</string>
> <string>EunGuseul Mono</string>
140c140
< <family>Guseul</family>
---
> <family>EunGuseul</family>
152c152
< <family>Guseul Mono</family>
---
> <family>EunGuseul Mono</family>
160c160
< <string>Guseul</string>
---
> <string>EunGuseul</string>
170c170
< <string>Guseul Mono</string>
---
> <string>EunGuseul Mono</string>