HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: [hylafax-users] font metrics
On Tue, 2003-03-18 at 11:27, Giulio Orsero wrote:
> On 18 Mar 2003 11:18:19 +0100, Tom Schouteden <tom.schouteden@linugen.com>
> wrote:
>
> >Well, it doesn't. i ran faxsetup a couple of times and it doesn't
> >create a hyla.conf file, nor does it quit with an error message. i had
> >to create the hyla.conf file myself.
>
> Where is the hyla.conf you edited?
it is in /usr/local/lib/fax/
> Does textfmt agree with you?
> strings /path/to/textfmt | grep hyla
yep, this is the result:
/usr/local/lib/fax/hyla.conf
> What's the output of
> gs -h
i think this is the portion you're looking for:
Search path:
. : /usr/local/share/ghostscript/8.00/lib :
/usr/local/share/ghostscript/fonts
> What's the output of
> grep hyla.conf $(which faxsetup)
# grep hyla.conf $(which faxsetup)
Note "Setting Ghostscript font path in $DIR_LIBDATA/hyla.conf."
if [ -f $DIR_LIBDATA/hyla.conf ]; then
$DIR_LIBDATA/hyla.conf > $DIR_LIBDATA/hyla.conf.tmp
>> $DIR_LIBDATA/hyla.conf.tmp
echo "FontMap: $RUNTIME_PATH_AFM" >> $DIR_LIBDATA/hyla.conf.tmp
echo "FontPath: $RUNTIME_PATH_AFM" >> $DIR_LIBDATA/hyla.conf.tmp
$MV $DIR_LIBDATA/hyla.conf.tmp $DIR_LIBDATA/hyla.conf
file $DIR_LIBDATA/hyla.conf with a line of the form:
and this is the contents of my hyla.conf file:
# cat hyla.conf
FontMap: /usr/local/share/ghostscript/8.00/lib
FontPath: /usr/local/share/ghostscript/8.00/lib
I hope you see more than i do.
thanks for your time.
tom
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@hylafax.org.*