Hi,

I'm trying to install Type 1 fonts into ConTeXt, I'm using texfont, and all but one font properly generate:

Good:
\starttyping
\definefontsynonym[Humanist777BT-BoldB][texnansi-hum777b][encoding=texnansi]
\definefontsynonym[Humanist777BT-BoldItalicB][texnansi-hum777bi][encoding=texnansi]
\definefontsynonym[Humanist777BT-ItalicB][texnansi-hum777i][encoding=texnansi]
\definefontsynonym[Humanist777BT-RomanB][texnansi-hum777n][encoding=texnansi]
\stoptyping

Bad:
\starttyping
\definefontsynonym[][texnansi-zhu601bi][encoding=texnansi]
\definefontsynonym[ZapfHumanist601BT-Bold][texnansi-zhum601b][encoding=texnansi]
\definefontsynonym[ZapfHumanist601BT-Italic][texnansi-zhum601i][encoding=texnansi]
\definefontsynonym[ZapfHumanist601BT-Roman][texnansi-zhum601n][encoding=texnansi]
\stoptyping
(Complete file attached)

Does anybody have a clue why the first define went sour? Which tool is used to extract the metadata from the .pfb files?

Also, I'm currently installing in ~/texmf, however, say I'd want to make these fonts available system-wide, what would be the correct place to move them?

And texfont creates a series of .tex files (containing the above text), what is the properly location to put them? I don't want to copy these files into each project directory.

Regards,
Pascal de Bruijn