|
||||||||||
[edit]
글꼴 설치 #
[edit]
굴림 글꼴 설치 #
?DeleteMe 전체 글꼴의 안티 앨리어싱을 끄는 것은 권장하지 않는 것이 좋지 않을까 싶은데요.
'글꼴 그리기'는 '흑백'으로 설정합니다. 10) '자세히' 버튼을 누릅니다. (해상도 100 설정을 추천합니다.) '부드럽게 하기'를 '없음'으로 설정합니다. 웹 브라우저의 글꼴을 굴림으로 설정하려면
11) '편집->환경설정->일반->글꼴 및 색상' 을 실행하여 다이얼로그를 띄운 후 '글꼴 양식'으로 '한국어'를 선택한 후 '글자모양'을 '고딕체'로 설정하고 크기는 '13 픽셀'로 합니다. '명조체/고딕체' 항목을 모두 'Gulim'으로 설정합니다. '고정폭 글꼴' 항목도 'Gulim'으로 설정하고 크기는 '13 픽셀'로 합니다. '최소 크기' 항목은 '13 픽셀'로 설정합니다. 이렇게 설정한 값들을 '서유럽어/유니코드/사용자 정의' 글꼴 양식에 대해서도 동일하게 적용합니다.
** 13 이상의 크기로 하면 Yahoo 등에서 글자가 겹치는 등 이상하게 보일 수 있습니다.
따라서 최소크기를 12로 하는 것이 맞는 것 같습니다.
[edit]
한글 글꼴과 영문 글꼴 매치시키기 #
<match target="pattern">
<test name="family">
<string>Bitstream Vera Sans</string>
<string>Bitstream Vera Serif</string>
<string>Bitstream Vera Sans Mono</string>
</test>
<edit name="family" mode="append" binding="strong">
<string>UnDotum(굴림을 설정할 경우에는 Gulim)</string>
</edit>
</match>
[edit]
안티앨리어스 끄기 #
<match target="font">
<test qual="any" name="family" compare="eq">
<string>Batang</string>
<string>Dotum</string>
<string>Gulim</string>
<string>Gungsuh</string>
<string>BatangChe</string>
<string>DotumChe</string>
<string>GulimChe</string>
<string>GungsuhChe</string>
<string>New Batang</string>
<string>New Dotum</string>
<string>New Gulim</string>
<string>New Gungsuh</string>
</test>
<test name="size" compare="more_eq"><int>9</int></test>
<test name="size" compare="less"><int>16</int></test>
<edit name="antialias" mode="assign"><bool>false</bool></edit>
<edit name="hinting" mode="assign"><bool>false</bool></edit>
</match>
이렇게 하면, 글꼴의 크기가 9픽셀~16픽셀 사이인 경우는 안티앨리어싱이 꺼지게 되고, 힌팅도 꺼지게 됩니다.Firefox 1.5를 쓰시는 분은, size 대신에 pixelsize를 쓰십시요.
[edit]
볼드 패치 #XftBoldPatch를 보세요.
See also:
|
|
||||||||||