FC4에서 볼드패치가 되긴 됐는데요, 글자가 사라지네요...
저번 볼드패치에 실패해서 페도라 싹 밀고,
다시 설치해서 어렵게 볼드패치가 적용이 된 듯 한데요.
스샷에서 보시다시피 글자가 사라지는 증상이 있군요.
etc/fonts/local.font 파일의 내용입니다. 분석 좀 부탁드립니다...
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- /etc/fonts/local.conf file for local customizations -->
<fontconfig>
<!--
Enable sub-pixel rendering
<match target="font">
<test qual="all" name="rgba">
<const>unknown</const>
</test>
<edit name="rgba" mode="assign"><const>rgb</const></edit>
</match>
-->
<match target="font">
<test qual="any" name="family">
<string>Gulim</string>
<string>GulimChe</string>
<string>Batang</string>
<string>BatangChe</string>
<string>Dotum</string>
<string>DotumChe</string>
<string>Gungsuh</string>
<string>GungsuhChe</string>
<string>New Gulim</string>
</test>
<test name="pixelsize" compare="more_eq">
<int>8</int>
</test>
<test name="pixelsize" compare="less_eq">
<int>14</int>
</test>
<edit name="hinting" mode="assign">
<bool>true</bool>
</edit>
<edit name="autohint" mode="assign">
<bool>true</bool>
</edit>
<edit name="antialias" mode="assign">
<bool>false</bool>
</edit>
</match>
<match target="font">
<test name="weight" compare="less_eq">
<const>medium</const>
</test>
<test target="pattern" name="weight" compare="more">
<const>medium</const>
</test>
<edit name="weight" mode="assign">
<const>bold</const>
</edit>
</match>
<match target="font" >
<test qual="any" name="family">
<string>Arial</string>
<string>Verdana</string>
<string>Tahoma</string>
<string>Andale Mono</string>
</test>
<test compare="more" name="pixelsize" qual="any">
<double>10</double>
</test>
<test compare="less" name="pixelsize" qual="any">
<double>15</double>
</test>
<edit mode="assign" name="antialias" >
<bool>false</bool>
</edit>
</match>
<match target="font">
<test name="family">
<string>GulimChe</string>
<string>DotumChe</string>
<string>BatangChe</string>
</test>
<edit name="globaladvance"><bool>false</bool></edit>
<edit name="spacing"><int>0</int></edit>
</match>
<match target="pattern">
<test name="family">
<string>Tahoma</string>
</test>
<edit name="family" mode="append" binding="strong">
<string>New Gulim</string>
</edit>
</match>
</fontconfig>
첨부 | 파일 크기 |
---|---|
스크린샷.jpg | 551.4 KB |
흠....
저도 그 문제가 있었는데요 저는 두가지 방법으로 해결이 되더군요
하나는 ATi그래픽카드를 써서 ATi그래픽드라이버를 설치해주니 해결이 되었습니다.
그러다가 xinerama를 쓰게되면서 다시 저 현상이 발생하더군요(xinerama는 dri를 같이 못쓰다보니 ㅡ.ㅡ;;)
그래서 irc에서 물어보니 뉴굴림폰트를 써서 해결했다는 분이 계서서 뉴굴림을 적용시켜보니 해결이 되더군요;;;;;
정확히 저게 무엇때문에 일어나는 현상인지 좀 알고 싶기도 하네요;;;
==================================================================
정체된 일상.... 계기를 만들어야 하는데........
BLOG : http://khmirage.tistory.com/
[url]http://bbs.kldp.org/viewtopic.php?t
http://bbs.kldp.org/viewtopic.php?t=62386&highlight=
전 ati 7500이구요. 사이트에 드라이버가 없죠... 삶의 여유님
덕택에 제대로 나왔구요^
MS 굴림폰트 설정시 데비안(etch, 2.6.11-1)에서 저런 현상이
MS 굴림폰트 설정시 데비안(etch, 2.6.11-1)에서 저런 현상이 있었는데,
제 경우엔 위의 폰트 설정파일에서 antialias 를 true로 놓으니 해결되었습니다.
대신 firefox에서 about:config 해서, antialias 적용 크기를 16(?)인가 정도로 크게 해 주었고요.
# apt-get install HOPE
댓글 달기