글꼴 설치 할때 문서는 찾았는데 ...

kknd345의 이미지

Anti Alias 끄기 #<-- 이게 끄는 방법 이라는데..

영문 글꼴과 달리 한글 글꼴은 AA 기능을 켜면 뿌옇게 보여서 보기 좋지 않습니다. 아래는 New Gulim 글꼴의 8크기부터 22크기까지 AA를 끄는 코드입니다.

<match target="font">
<test name="family">
<string>New Gulim</string>
</test>
<test name="size" compare="more_eq">
<int>8</int>
</test>
<test name="size" compare="less">
<int>22</int>
</test>
<edit name="antialias" mode="assign">
<bool>false</bool>
</edit>
<edit name="hinting" mode="assign">
<bool>true</bool>
</edit>
<edit name="autohint" mode="assign">
<bool>true</bool>
</edit>
</match>

도대체 몇번째 줄을 말하는건가요?? 가르쳐 주세요..

그리고 fonts.conf 설명 있는 곳 아시면 그것도 좀 가르쳐 주세요 ^^

부탁드립니다.

codebank의 이미지

:) /etc/fonts/fonts.conf가 맞는 것 같네요.
한글 폰트 추가시킬때도 그것을 건드린것 같은데...

------------------------------
좋은 하루 되세요.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.