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] problem with tetxfmt
On Mon, 22 Oct 2001 17:16:22 +0200 (CEST), you wrote:
>When i try to send a fax i have this error message:
>No font metric information found for "Courier-Bold"
Usually, if you compile from source, HylaFAX hadrcodes the right path in its
binaries. If you install a binary and you have different versions of ghostscript
this problem may arise.
>So in my hyla.conf, there is now:
>FontPath: /usr/share/enscript/afm
>But nothing is better, i have for ever the error mesage:
These are enscript afm, usually you want ghostscript ones.
Do
gs -h
and look for the "Search Path"
gs -h
...
...
Search path:
. : /usr/share/ghostscript/5.10 : /usr/share/fonts/default/ghostscript :
/usr/share/fonts/default/Type1
...
then use something like this in hyla.conf
FontMap: "/usr/share/ghostscript/5.10:/usr/share/fonts/default/ghostscript:
/usr/share/fonts/default/Type1"
FontPath: "/usr/share/ghostscript/5.10:/usr/share/fonts/default/ghostscript:
/usr/share/fonts/default/Type1"
In my case I don't need anything in hyla.conf since I compiled it on the same
machine.
Use what you see with "gs -h" on your machine.
--
giulioo@pobox.com
____________________ HylaFAX(tm) Users Mailing List _______________________
To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null