우분투에는 전통적으로(?) 한글폰트에 대한 안티앨리어싱이 꺼지도록 설정되어있습니다. 예전에 마잇님 글을 읽어보니 한글폰트에 대해서는 안티앨리어싱이 꺼지는게 가독성이 더 높다는 여론(?)이 있어서 그렇게 했다고 하는데.. 우분투의 폰트는 안티앨리어싱이 없으면 보기가 좀 그렇더군요. 제 주변에도 오히려 설정을 꺼두는 분들이 더 많은데.. 아직도 대다수의 분들은 안티앨리어싱을 싫어하시나 봅니다.
어쨌든 8.04 에서는 7.10 이전의 배포판과 달리 설정파일의 위치가 많이 바뀌었습니다. 폰트 적용도 아래와 같이 바뀌었습니다.
1. 터미널에서 아래 명령을 써줍니다.
sudo gedit /etc/fonts/conf.d/29-language-selector-ko-kr.conf
2. 에디터가 나오면
<!-- 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. 한군데 더 있습니다.
<!-- 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>
<match target="font">
<test name="family">
<string>Guseul</string>
<string>Guseul Mono</string>
</test>
<test name="pixelsize" compare="more">
<int>11</int>
</test>
<test name="pixelsize" compare="less">
<int>16</int>
</test>
<edit name="antialias" mode="assign">
<bool>false</bool>
</edit>
<edit name="autohint" mode="assign">
<bool>false</bool>
</edit>
</match> -->
이제 한글폰트에 안티앨리어싱이 제대로 적용될겁니다.^^
※ 이 옵션은 저 파일을 삭제하는 것과 동일하므로, 차라리 저 파일을 삭제하는 것을 추천드립니다.
Alt + F2 하신 다음,
gksu rm /etc/fonts/conf.d/29-language-selector-ko-kr.conf
명령어를 입력하시는 방법으로 해결 가능합니다.
어쨌든 8.04 에서는 7.10 이전의 배포판과 달리 설정파일의 위치가 많이 바뀌었습니다. 폰트 적용도 아래와 같이 바뀌었습니다.
1. 터미널에서 아래 명령을 써줍니다.
sudo gedit /etc/fonts/conf.d/29-language-selector-ko-kr.conf
2. 에디터가 나오면
<!-- 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. 한군데 더 있습니다.
<!-- 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>
<match target="font">
<test name="family">
<string>Guseul</string>
<string>Guseul Mono</string>
</test>
<test name="pixelsize" compare="more">
<int>11</int>
</test>
<test name="pixelsize" compare="less">
<int>16</int>
</test>
<edit name="antialias" mode="assign">
<bool>false</bool>
</edit>
<edit name="autohint" mode="assign">
<bool>false</bool>
</edit>
</match> -->
이제 한글폰트에 안티앨리어싱이 제대로 적용될겁니다.^^
※ 이 옵션은 저 파일을 삭제하는 것과 동일하므로, 차라리 저 파일을 삭제하는 것을 추천드립니다.
Alt + F2 하신 다음,
gksu rm /etc/fonts/conf.d/29-language-selector-ko-kr.conf
명령어를 입력하시는 방법으로 해결 가능합니다.




최근 덧글