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
'OS > LINUX' 카테고리의 다른 글
Setting NIS on UBUNTU (0) | 2011.11.30 |
---|---|
Change ext3 to ext4 (0) | 2011.11.30 |
특정 라인부터 원하는 줄까지 출력하기 (0) | 2011.10.25 |
How to installing Newbler on Ubuntu 10.04 (0) | 2011.10.18 |
리눅스에서 2TB 이상의 대용량 디스크 사용하기 (0) | 2011.10.14 |