굴림 폰트 설정

moonhyunjin의 이미지

아래 화면을 보시고 글자 크기가 작을 때 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: 
첨부파일 크기
Image icon b_ie_on_win.png5.97 KB
Image icon b_firefox_linux.png7.34 KB
Image icon a.png7.54 KB
익명 사용자의 이미지

윈도우에서 보이는 영문 글꼴은 굴림체가 아니라 Tahoma 혹은 Verdana같네요.

MS의 영문 truetype글꼴을 설치해보세요.

그리고, 리눅스 firefox에서 최소글꼴 사이즈를 조정해보시구요.

Bytecode interpreter는 Tahoma, verdana등등의 힌팅정보가 있는 글꼴에 대해 유용한 것입니다. 굴림체는 힌팅정보때문에 작은 글꼴이 예쁜게 아니라, 임베디드 비트맵 글꼴때문에 예쁜것이고, 위 스크린 샷에 있는 리눅스 firefox의 영문글꼴이 미운 이유는, 영문 글꼴에 대응하는 글꼴이 아예 없어서 그냥 굴림 영문글꼴이 대신 나타나기 때문입니다.

moonhyunjin의 이미지

corefont 설치하니 잘 나오네요.

<- 이거면 안 되는 게 없어~
정품 소프트웨어 사용 캠패인

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.