Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] CJK Printing from Web Browsers in Debian 3.3.2
- Date: Sun, 05 Nov 2006 13:27:16 -1000
- From: Bart Mathias <mathias@example.com>
- Subject: Re: [tlug] CJK Printing from Web Browsers in Debian 3.3.2
- References: <4547EA5F.2040803@example.com> <87ac3cgdz8.fsf@example.com> <454A6C53.7010408@example.com> <d8fcc0800611021711v5c6cdb64q87786ce3ff4c39fe@example.com> <454AA264.2000307@example.com> <d8fcc0800611021947k29fd979ek20967d460e02b56f@example.com> <d8fcc0800611021959t5748a2d3kd85b2b8cd230d651@example.com> <454C0337.4090204@example.com> <d8fcc0800611040149x204c1810lbb86464074f2cd40@example.com> <454CFBE7.8050403@example.com> <87wt6aq7uh.fsf@example.com>
- User-agent: Debian Thunderbird 1.0.2 (X11/20060831)
stephen@example.com wrote:Bart Mathias writes:
> bart@example.com:~$ NO FONT WAS FOUND Name["Sans"]
Something's misconfigured. In standard fontconfig, that should be spelled "sans-serif", but it should nonetheless work:
------------------------------------------------------------------------ <!-- Accept alternate 'sans serif' spelling, replacing it with 'sans-serif' --> <match target="pattern"> <test qual="any" name="family"> <string>sans serif</string> </test> <edit name="family" mode="assign"> <string>sans-serif</string> </edit> </match>
<!-- Accept deprecated 'sans' alias, replacing it with 'sans-serif' --> <match target="pattern"> <test qual="any" name="family"> <string>sans</string> </test> <edit name="family" mode="assign"> <string>sans-serif</string> </edit> </match> ------------------------------------------------------------------------
from /etc/fonts/fonts.conf in Debian. See what your fonts.conf says (it's probably in the same place, but if not, try "find etc -name fonts.conf").
Two sections of that file are identical to your listing above.
I'm guessing you mean local.conf. (My "find" doesn't recognize "etc" by the way). /etc/fonts/local.conf says this:
<?xml version="1.0"?><!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <dir>/usr/local/share/fonts</dir> <dir>/usr/share/fonts</dir> <dir>/usr/X11R6/lib/X11/fonts</dir> <dir>/usr/lib/X11/fonts/misc</dir> <dir>/usr/lib/X11/fonts/100dpi</dir> <dir>/usr/lib/X11/fonts/75dpi</dir> <dir>/usr/lib/X11/fonts/Type1</dir> <dir>/usr/lib/X11/fonts/Speedo</dir> </fontconfig>
Also try "fc-list sans" from the command line.
Tried:
bart@example.com:~$ fc-list sans bart@example.com:~$
bart@example.com:~$ fc-list serif bart@example.com:~$ fc-list sans-serif bart@example.com:~$
Something wrong with my fc-list (-rwxr-xr-x 1 root root 10428 Mar 24 2005 /usr/bin/fc-list) or what?
Bart Mathias
- Follow-Ups:
- References:
- [tlug] CJK Printing from Web Browsers in Debian 3.3.2
- From: Bart Mathias
- Re: [tlug] CJK Printing from Web Browsers in Debian 3.3.2
- From: Evan Monroig
- Re: [tlug] CJK Printing from Web Browsers in Debian 3.3.2
- From: Bart Mathias
- Re: [tlug] CJK Printing from Web Browsers in Debian 3.3.2
- From: Josh Glover
- Re: [tlug] CJK Printing from Web Browsers in Debian 3.3.2
- From: Bart Mathias
- Re: [tlug] CJK Printing from Web Browsers in Debian 3.3.2
- From: Josh Glover
- Re: [tlug] CJK Printing from Web Browsers in Debian 3.3.2
- From: Josh Glover
- Re: [tlug] CJK Printing from Web Browsers in Debian 3.3.2
- From: Bart Mathias
- Re: [tlug] CJK Printing from Web Browsers in Debian 3.3.2
- From: Josh Glover
- Re: [tlug] CJK Printing from Web Browsers in Debian 3.3.2
- From: Bart Mathias
- Re: [tlug] CJK Printing from Web Browsers in Debian 3.3.2
- From: stephen
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] CJK Printing from Web Browsers in Debian 3.3.2
- Next by Date: Re: [tlug] CJK Printing from Web Browsers in Debian 3.3.2
- Previous by thread: Re: [tlug] CJK Printing from Web Browsers in Debian 3.3.2
- Next by thread: Re: [tlug] CJK Printing from Web Browsers in Debian 3.3.2
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links