폰트 설정 문제.

moonhyunjin의 이미지

Fedora Core 5 Test 2 입니다.

윈도우 굴림을 적용중 firefox 메뉴나 타이틀은 괜찮게 나옵니다. 근데 웹에서만 이상하게 나오네요.

바이트 코드 지원하게 freetype도 컴파일 했고, 설정파일에서 8~22사이 굴림은 알리아싱 껐습니다. 힌팅,오토힌팅,내장비트맵은 켰습니다.

뭐가 문제 인거 같은가요?

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- /etc/fonts/local.conf file for local customizations -->
<fontconfig>

<alias>
                <family>sans-serif</family>
                <accept>
                        <family>Gulim</family>
                </accept>
</alias>


<match target="font">
  <edit name="embeddedbitmap" mode="assign"><bool>true</bool></edit>
  <!-- Bytecode Interpreter Enable -->
  <edit name="hinting" mode="assign"><bool>true</bool></edit>
  <edit name="autohint" mode="assign"><bool>true</bool></edit>
</match>

<!-- Fixed Size Font -->
<match target="font">
  <test name="family">
    <string>GulimChe</string>
    <string>DotumChe</string>
    <string>BatangChe</string>
    <string>GungsuhChe</string>
  </test>
  <edit name="globaladvance"><bool>false</bool></edit>
  <edit name="spacing"><int>0</int></edit>
</match>

<!-- Turn Anti-Alias off for MS Core Fonts -->
<match target="font">
                <test qual="any" name="family">
                        <string>Andale Mono</string>
                        <string>Arial</string>
                        <string>Comic Sans MS</string>
                        <string>Courier</string>
                        <string>Georgia</string>
                        <string>Tahoma</string>
                        <string>Times New Roman</string>
                        <string>Trebuchet MS</string>
                        <string>Verdana</string>
                        <!-- <string>Webdings</string> -->
                </test>
                <test name="size" compare="more_eq"><int>8</int></test>
                <test name="size" compare="less_eq"><int>15</int></test>
                <edit name="antialias" mode="assign"><bool>false</bool></edit>
</match>


<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>5</int></test>
                <test name="size" compare="less"><int>22</int></test>
                <edit name="antialias" mode="assign"><bool>false</bool></edit>
</match>

<match target="pattern">
        <test name="family">
                <string>sans</string>
        </test>
        <edit name="family" mode="append" binding="strong">
                <string>Gulim</string>
        </edit>
</match> 

</fontconfig>
File attachments: 
익명 사용자의 이미지

폰트이름을 영어가 아니라 한글로 해보세요.

moonhyunjin의 이미지

여러분 어쩌죠?

Fedora 5 부터는 '굴림'과 'Gulim'이 다릅니다. 뭐이래~

(ToT)

댓글 첨부 파일: 
첨부파일 크기
Image icon 0바이트

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

utpark의 이미지

위쪽에 alias를 Baekmuk Gulim보다 Gulim을 먼저 찾도록 해주면 해결이 되지 않을까요?

danskesb의 이미지

그냥 백묵 폰트 패키지 자체를 지우시는 게 어떨까요?

댓글 달기

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 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <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].
  • 사용할 수 있는 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>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <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].
  • You can use Textile markup to format text.
  • 사용할 수 있는 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>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <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].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 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>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.