I've read the man page for enscript but cannot find the answer to this problem. I am trying to print using enscript with a downloaded AFM file but I can't get it to work. I keep getting the following error:
$ enscript foo.txt -B -f OCRA10 -p - > foo.ps;
couldn't open AFM file for font "OCRA", using default
I have downloaded the AFM file for OCRA and it is located at /usr/share/fonts/ocr/OCRA.afm. I've rebuilt the font cache with fc-cache -fv. I also added a local enscript config file with the path for AFM files:
$ cat ~/.enscriptrc 
AFMPath: /usr/share/fonts/ocr
Any help would be greatly appreciated.
