Re: [Fonts]Fontconfig release - fcpackage version 2.0

2002-09-05 Thread James H. Cloos Jr.

I thought I sent this before, but perhaps not.

I'd add dir/usr/local/share/fonts/dir to the default fonts.conf.

Perhaps also dir/usr/X11R6/lib/Acrobat5/Resource/Font/dir and
dir/usr/share/texmf/fonts/type1/dir are good ideas.

-JimC


___
Fonts mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/fonts



Re: [Fonts]Fontconfig release - fcpackage version 2.0

2002-09-05 Thread James H. Cloos Jr.

 Keith == Keith Packard [EMAIL PROTECTED] writes:

 Perhaps also dir/usr/X11R6/lib/Acrobat5/Resource/Font/dir and

Keith I've never seen a system with fonts in that directory, is it
Keith specific to some commercial product?

Well, some closed-src free as in beer product available for ftp
anyway.  It does provide access to a certain set of four rather nice
cjk otf fonts, but I can see where it may be better off in local.conf.

 dir/usr/share/texmf/fonts/type1/dir are good ideas.

Keith That one is probably *not* a good idea -- the TeX fonts all
Keith have the same name making them pretty useless in non-TeX
Keith environments.

The FontNames do of course have to be unique.  And zilla's mathml
support will need access to math fonts.  Do the fc patches for zilla
allow it to work w/ only client side fonts?  Ie, can one configure it
to never look for server side fonts?  (Certain web pages cause my X
process to blow up to over half a gig; tonight's project is to compile
1.1 w/ the fc patch, plus whatever else I need to add to get it to
ignore the server fonts (except perhaps for the widgets).)

-JimC

___
Fonts mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/fonts



Re: [Fonts]Fontconfig release - fcpackage version 2.0

2002-09-03 Thread Mike A. Harris

On Mon, 2 Sep 2002, Ken Deeter wrote:

Date: Mon, 2 Sep 2002 13:16:53 -0700
From: Ken Deeter [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Content-Type: text/plain; charset=US-ASCII
List-Id: XFree86 Font List fonts.XFree86.Org
Subject: Re: [Fonts]Fontconfig release - fcpackage version 2.0





arghh.. should have noted this yesterday..

In writing a rpm spec file for this package, i realize that it is a bit
inconvenient to have the requirement that the fontconfig part be
installed prior to the other three parts, when all four are included in
the same source package.

Seems the quick fix is to do CFLAGS=-I../fontconfig and add -I../fontconfig
to the INCLUDES in the Imakefile for Xft1

this way, all the subcomponents can be built, (regardless of order, i
believe) and they can all be installed in one swoop as well.

anyways here's a small little patch for the Imakefile.. might make some packager's 
lives
just a tiny bit easier.

Alternatively, if you grab XFree86 from rawhide, I've replaced 
Xft that comes with 4.2.0 with Keith's new Xft1 using fontconfig.  

That is a possible option for you at least.

Take care,
TTYL

-- 
Mike A. Harris  ftp://people.redhat.com/mharris
OS Systems Engineer
XFree86 maintainer
Red Hat Inc.

___
Fonts mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/fonts



Re: [Fonts]Fontconfig release - fcpackage version 2.0

2002-09-02 Thread Kentarou SHINOHARA



perhaps I spoke too soon...

I did succeed in writing a spec file. but it requires a small patch.
Both are attached.

enjoy.

Ken


fcpackage.spec
Description: Binary data


xft1.imakefile.patch
Description: Binary data