굴림 폰트 설정
글쓴이: moonhyunjin / 작성시간: 토, 2005/10/22 - 3:42오후
아래 화면을 보시고 글자 크기가 작을 때 ie와 동일한 화면을 만들려면 어떻게 해야하는지 알려주세요. freetype 꾸러미는 Bytecode Interpreter 지원이 되도록 다시 만들어서 설치했습니다.
지금 사용하고 있는 /etc/fonts/local.conf 입니다.
<?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> --> <!-- Bytecode Interpreter Enable. It needs rebuild freetype package. --> <match target="font"> <edit name="hinting" mode="assign"> <bool>true</bool> </edit> </match> <!-- Embedded Bitmap Font Enable --> <match target="font"> <edit name="embeddedbitmap" mode="assign"> <bool>true</bool> </edit> </match> <!-- Goora-Bold Enable --> <match target="font"> <test target="pattern" name="weight" compare="more"> <const>medium</const> </test> <edit name="weight" mode="assign"> <const>bold</const> </edit> </match> <!-- Turn Anti-Alias off --> <match target="font"> <test qual="any" name="family" compare="eq"> <string>Batang</string> <string>Dotum</string> <string>Gulim</string> <string>BatangChe</string> <string>DotumChe</string> <string>GulimChe</string> </test> <test name="size" compare="more_eq"> <int>7</int> </test> <test name="size" compare="less"> <int>22</int> </test> <edit mode="assign" name="antialias"> <bool>false</bool> </edit> </match> </fontconfig>
File attachments:
첨부 | 파일 크기 |
---|---|
![]() | 5.97 KB |
![]() | 7.34 KB |
![]() | 7.54 KB |
Forums:
윈도우에서 보이는 영문 글꼴은 굴림체가 아니라 Tahoma 혹은 Verd
윈도우에서 보이는 영문 글꼴은 굴림체가 아니라 Tahoma 혹은 Verdana같네요.
MS의 영문 truetype글꼴을 설치해보세요.
그리고, 리눅스 firefox에서 최소글꼴 사이즈를 조정해보시구요.
Bytecode interpreter는 Tahoma, verdana등등의 힌팅정보가 있는 글꼴에 대해 유용한 것입니다. 굴림체는 힌팅정보때문에 작은 글꼴이 예쁜게 아니라, 임베디드 비트맵 글꼴때문에 예쁜것이고, 위 스크린 샷에 있는 리눅스 firefox의 영문글꼴이 미운 이유는, 영문 글꼴에 대응하는 글꼴이 아예 없어서 그냥 굴림 영문글꼴이 대신 나타나기 때문입니다.
감사합니다.
corefont 설치하니 잘 나오네요.
정품 소프트웨어 사용 캠패인
댓글 달기