xft font설정에서
글쓴이: kimes / 작성시간: 일, 2008/01/20 - 3:13오전
현재 영문폰트에 맑은고딕을 append해서 쓰고 있습니다.
헌데 영문폰트는 hinting을 slight로 주고
한글폰트는 medium으로 줬을때 가장 보기 좋더라고요
그래서
<match target="pattern">
<or>
<test name="family"><string>DejaVu Sans Condensed</string></test>
<test name="family"><string>DejaVu Serif Condensed</string></test>
<test name="family"><string>DejaVu San Mono</string></test>
</or>
<edit mode="append" binding="weak" name="family">
<string>Malgun Gothic</string>
</edit>
</match>
<match target="font">
<test name="family">
<string>Malgun Gothic</string>
</test>
<edit name="antialias" mode="assign">
<bool>true</bool>
</edit>
<edit name="hinting" mode="assign">
<bool>true</bool>
</edit>
<edit name="hintsytle" mode="assign">
<const>hintmedium</const>
</edit>
</match>이런식으로 주고 그놈 '모양설정'에서 힌팅을 slight로 줬는데
한글의 hintmedium이 적용이 안되네요,
폰트별로 힌팅 강도를 따로 정해 지지 않는건가요?
아 그리고 그놈 모양설정에서 설정한 정보들은 어디에 저장되나요?
감사합니다.
Forums:


"hintsytle"OTL
"hintsytle"
아무것도 모르는 사람에겐 이런 오타가 눈에 잘 들어온답니다.
OTL
댓글 달기