OS/LINUX
우분투 한글 폰트가 잘 안나올때 해결법(안티얼라이스, antialias)
홍조
2011. 11. 30. 14:19
1. /etc/fonts/conf.d 폴더를 찾아들어갑니다.
2. 29-language-selector-ko-kr.conf 파일을 수정합니다.
3. 파일의 내용의 일부분을 주석처리 합니다.
$cd /etc/fonts/conf.d
2. 29-language-selector-ko-kr.conf 파일을 수정합니다.
$sudo vim 29-language-selector-ko-kr.conf
3. 파일의 내용의 일부분을 주석처리 합니다.
<!-- Turn off antialias and autohint for Korean fonts depending on pixelsize -->
<!- <match target="font">
<test name="lang" compare="contains">
<string>ko</string>
</test>
<test name="pixelsize" compare="more">
<int>10</int>
</test>
<test name="pixelsize" compare="less">
<int>22</int>
</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>hintmedium</const>
</edit>
</match> ->
3.2
<!-- Turn off antialias and autohint for ttf-alee depending on pixelsize -->
<!- <match target="font">
<test name="family">
<string>Guseul</string>
</test>
<edit name="autohint" mode="assign">
<bool>true</bool>
</edit>
</match> ->
4. 세션을 다시 시작합니다.<!- <match target="font">
<test name="lang" compare="contains">
<string>ko</string>
</test>
<test name="pixelsize" compare="more">
<int>10</int>
</test>
<test name="pixelsize" compare="less">
<int>22</int>
</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>hintmedium</const>
</edit>
</match> ->
3.2
<!-- Turn off antialias and autohint for ttf-alee depending on pixelsize -->
<!- <match target="font">
<test name="family">
<string>Guseul</string>
</test>
<edit name="autohint" mode="assign">
<bool>true</bool>
</edit>
</match> ->
<ctrl> + <alt> + <backspace>
출처 : http://goo.gl/zfdqI
728x90