볼드패치 관련 질문입니다

완전초짜의 이미지

쩝 FC4를 사용하고 있는데요
http://bbs.kldp.org/viewtopic.php?p=210888#210888 의 글을 참고하여 볼드패치를 시도해보았습니다.
먼저 freetype의 src.rpm파일을 설치해주고, rpmbuild -bb --with withhout_bytecode_interpreter=0 /usr/src/redhat/SPECS/freetype.spec
으로 freetype을 만들고는 강제로(--force) freetype*파일을 설치했습니다. 그리곤 http://bbs.kldp.org/viewtopic.php?t=58229&highlight=bold
에서 다운받은 libXft pango를 설치하고
sangu님의 위키의 글대로
<match target="font">
<edit name="hinting" mode="assign">
<bool>true</bool>
</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 target="pattern" name="weight" compare="more">
<const>medium</const>
</test>
<edit name="weight" mode="assign">
<const>bold</const>
</edit>
</match>
를 ~/.fonts.conf에 추가했습니다.
그리고 어디선가 불여우는
<match target="font" >
<test name="family" >
<string>Gulim</string>
<string>GulimChe</string>
<string>Batang</string>
<string>BatangChe</string>
</test>
<test compare="less" name="pixelsize" >
<double>16</double>
</test>
<test compare="more" name="pixelsize" >
<double>9</double>
</test>
</match>
를 첨가해줘야한다해서 이것도 추가했습니다.
그런데 왜 볼드는 은글꼴에서만 되는겁니까?ㅜㅜ 다른 글꼴에서도 쓰고 싶은데..;;
원래 그런건가요? 제가 중간에 순서가 좀 뒤죽박죽이었던거도 있던거 같은데 순서도 중요한가요?
또 도움을 받으면 무슨 코드를 올리시고들 하시던거 같은데
어떻게 뭘 올려드려야하는건지 궁금합니다

7339989b62a014c4ce6e31b3540bc7b5f06455024f22753f6235c935e8e5의 이미지

은글꼴은 원래 볼드 글꼴이 있어서 나오는 걸겁니다.
그렇다면 볼드패치가 잘못된 것이 아닐까요? :?

완전초짜의 이미지

그럼 몰 어떻게 해야할까요?ㅜㅜ;;

마잇의 이미지

완전초짜 wrote:
쩝 FC4를 사용하고 있는데요
http://bbs.kldp.org/viewtopic.php?p=210888#210888 의 글을 참고하여 볼드패치를 시도해보았습니다.
먼저 freetype의 src.rpm파일을 설치해주고, rpmbuild -bb --with withhout_bytecode_interpreter=0 /usr/src/redhat/SPECS/freetype.spec
으로 freetype을 만들고는 강제로(--force) freetype*파일을 설치했습니다.

ByteCodeInterpreter 부분은 볼드패치하고는 관련 없을겁니다. 비트맵이 내장된 글꼴의 비트맵을 활성화 시키는... 뭐 그런걸로 알고 있는데 라이센스 문제 때문에 기본적으로 disable시킨 상태로 패키징 되서 사용자가 직접 enable 시켜야 하는걸로 알고 있습니다. 위의 링크도 그 내용 같구요.
좀 오래전에 어느 HOWTO에서 읽은거라 지금도 그런지 잘 모르겠네요.

gnome 환경에서 볼드패치는 libXft, pango 두가지를 손보셔야 하는데 libXft가 핵심이고(이것만 해도 볼드는 나옵니다) pango패치는 글꼴선택창에서 bold 항목이 보이게 해줍니다.

윗분이 올려주신 사랑넷 링크의 패키지로 성공하시길 ^^


--
마잇

완전초짜의 이미지

이거참..우울 하군요 하라는대로 다 해본거 같은데..ㅜㅜ 안되네요..
볼드 패치 성공하신 분이
.fonts.conf 파일 내용을 좀 올려주셨음 좋겠습니다..ㅜㅜ
제가 아무래도 편집하다 내용을 좀 지워 먹은거 같기도하고 해서..ㅜㅜ

마잇의 이미지

<!--
 Add by firefly@firefly.idv.tw
 Artificial bold for fonts without a bold version.
 -->
        <match target="font">
                <!-- check to see if the pattern requested > "medium" -->
                <test target="pattern" name="weight" compare="more">
                        <const>medium</const>
                </test>
                <!-- pretend the font is bold now -->
                <edit name="weight" mode="assign">
                        <const>bold</const>
                </edit>
        </match>

libXft, pango 패키지를 패치된걸로 설치하셨으면 저 부분을 한번 추가해 보세요. (/etc/fonts/local.conf 나 ~/.fonts.conf)


--
마잇

완전초짜의 이미지

아.....볼드 패치하다 안돼서 딴짓 거리하다가 한번 라뎅 제어기 인스톨을 해보았습니다..
제 글픽 카드가 7200인데
8500이상이란거 써있는거 무시하고 깔았더니만
x서버를 못찾는다는둥 몇몇 햇소리를 늘어노면서 x에 못들어 간다는...
ㅜㅜ
그래서 또 삽질을 시작하 볼라다가, 예전에 실패했던 젠투 설치를 한번 해볼라고 합니다^^;;(이게 더 삽질인가?;;)
이 무지한놈이 결국 볼드 패치는 못했지만
도움 주신 여러분께 진심으로 감사드립니다^^

talez의 이미지

libXft 설치 관련 설명문(리눅스 사랑넷 링크에 있는 설명)에서

ld.so.conf

를 수정시 /etc/ld.so.conf.d/xorg-x11-i386.conf

도 수정하셔야 될겁니다.

ld.so.conf 파일 맨 위에 /etc/ld.so.conf.d/* 라고 되어있어서
이 ld.so.conf.d 디렉토리 안에 있는 파일들이 먼저 적용된 후에
ld.so.conf 파일의 내용이 적용되는군요.

저는 저 xorg-x11-i386.conf 파일을 열어서 /usr/lib을 맨 윗줄에
첨부하였습니다. 궂이 ld.so.conf 파일을 바꾸지 않고 xorg 파일만
고쳐주면 될 것 같네요. 물론 수정후 ldconfig는 해주시구요.

저도 리눅스 사랑넷에서 받은 libXft, pango파일 모두 설치해도,
분명 폰트 목록에서 Gulim을 선택했을 때 bold체라는 항목은 뜨는데
이걸 선택을 해도 실상 볼드체 자체가 뜨지를 않더군요.

물론 FC4에서 이야기입니다.

잇힝~

댓글 달기

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