it is better to turn off antialias korean fonts between 8 px to 20px.

Bug #37410 reported by nahs
8
Affects Status Importance Assigned to Milestone
language-selector (Ubuntu)
Fix Released
Medium
Michael Vogt

Bug Description

in ko_KR in /usr/share/language-selector/fontsconfig/
Defaultly turned off antialias between 8~16 px.
In korean fontsm turning off antialias between 8~16 size(not pixelsize.) is best look for fonts. But <test name="size"> doesn't apply firefox, so use pixelsize instead.
But pixelsize and size doesn't match 1:1. following should be modified.
---
<match target="font">
        <test name="lang" compare="contains">
                <string>ko</string>
        </test>
        <test name="pixelsize" compare="more_eq">
                <double>8</double>
        </test>
        <test name="pixelsize" compare="less_eq">
                <double>16</double> --> <double>20</double>
        </test>
        <edit name="antialias" mode="assign">
                <bool>false</bool>
        </edit>
        <edit name="autohint" mode="assign">
                <bool>false</bool>
        </edit>
        <edit name="hintstyle" mode="assign">
                <const>hintnone</const>
        </edit>
</match>

Revision history for this message
atie (atie-at-matrix) wrote :

Confirm this change should be, I used to turn off AA between pixelsize 10 and 22 for certain Korean fonts.

But for change of ko_KR file, ubuntu-ko created a wiki page to gather other changes needed as well so will provide new ko_KR file later.

Changed in language-selector:
status: Unconfirmed → Confirmed
Revision history for this message
atie (atie-at-matrix) wrote : diff of ko_KR

Please update the ko_KR file with this diff file attached.

Revision history for this message
Michael Vogt (mvo) wrote :

Thanks for your bugreport.

I applied this patch in my bzr repository and it will be part of the next upload.

Thanks,
 Michael

Changed in language-selector:
assignee: nobody → mvo
status: Confirmed → Fix Committed
Michael Vogt (mvo)
Changed in language-selector:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.