[질문] bluetux님이 제작하신 jin3 폰트 어떻게 적용하나요..?

bitscode의 이미지

환경은 그놈이고, xft2를 사용합니다.
먼저 jin3.pcf.gz 파일을 /usr/share/fonts/jin3 에 복사하였습니다.
그리고 /etc/fonts/fonts.conf는 건들 필요가 없어서 안건들고, /etc/X11/XF86Config-4 에
설치한 경로 /usr/share/fonts /jin3를 추가하였습니다.

마지막으로

fc-cache -fv
fc-list | grep jin3

치면 안나옵니다.
분명 폰트 하나를 찾은것 같은데요..

$ fc-cache -fv
.
.
.
fc-cache: "/usr/share/fonts/type1": caching, 0 fonts, 1 dirs
fc-cache: "/usr/share/fonts/type1/gsfonts": caching, 35 fonts, 0 dirs
fc-cache: "/usr/share/fonts/afms": caching, 0 fonts, 1 dirs
fc-cache: "/usr/share/fonts/afms/adobe": caching, 0 fonts, 0 dirs
fc-cache: "/usr/share/fonts/jin3": caching, 1 fonts, 0 dirs
.
.
.

마잇의 이미지

혹시 ubuntu, debian 쓰시면 이런 설정이 기본적으로 적용 될 수 있습니다.

/etc/fonts/conf.d/30-debconf-no-bitmaps.conf

--<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- /etc/fonts/conf.d/no-bitmaps.conf -->
<fontconfig>
<!-- Reject bitmap fonts -->
 <selectfont>
  <rejectfont>
   <pattern>
     <patelt name="scalable"><bool>false</bool></patelt>
   </pattern>
  </rejectfont>
 </selectfont>
</fontconfig>

xft2를 이용하는 프로그램에서 이 폰트를 사용하신다면 정확히 말해서

Quote:

그리고 /etc/fonts/fonts.conf는 건들 필요가 없어서 안건들고, /etc/X11/XF86Config-4 에
설치한 경로 /usr/share/fonts /jin3를 추가하였습니다.

이 부분은 필요가 없습니다. fonts.conf에 추가해 주어야 합니다.
그런데, fc-cache에 잡히는건 저 경로가 이미 fonts.conf에 들어있어서 그럴것 같네요.

--
마잇


--
마잇

bitscode의 이미지

답변 감사합니다.

30-debconf-no-bitmaps.conf 파일을 지우라는 말씀이신가요??

어떻게 요리해야 하나요-_-;

bitscode의 이미지

데비안 사지 배포판은 비트맵 글꼴을 사용안하도록 셋팅되있구요.

/etc/fonts/conf.d/30-debconf-no-bitmaps.conf

이 링크 때문에. 비트맵 글꼴을 사용안함으로 되는군요

만약 pcf 글꼴을 사용하도록 할려면,

이 /etc/fonts/conf.d/30-debconf-no-bitmaps.conf 링크파일을
삭제하고

rm /etc/fonts/conf.d/30-debconf-no-bitmaps.conf

새로운 링크파일을 만드는데,

ln -s /etc/fonts/conf.d/debconf-yes-bitmaps.conf
/etc/fonts/conf.d/30-debconf-yes-bitmaps.conf

새로운 링크 파일인 30-debconf-yes-bitmaps.conf 을 만들고

fc-cache -fv
fc-list | grep jin3

jin3 폰트가 목록에서 추가되 있네요 ㅠㅠ

마잇의 이미지

dpkg-reconfigure 머시기
하믄 이런 내용 설정하는 툴이 뜨는데 기억이 안나서 쓰질 못했습니다...
적용하신 방법이 맞는것 같습니다 ^^
--
마잇


--
마잇

환상경의 이미지

dpkg-reconfigure fontconfig

bitmap 폰트 활성화할꺼냐는 부분에서 Yes를 해주시면 됩니다. ^^;;

젠투여 영원하라......~!

이제는 개인서버~
http://khmirage.ne.to (평일 PM6~AM2, 주말 24H)
네이버 블로그 : http://blog.naver.com/khmirage.do

==================================================================
정체된 일상.... 계기를 만들어야 하는데........
BLOG : http://khmirage.tistory.com/

댓글 달기

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