You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by "J.Pietschmann" <j3...@yahoo.de> on 2002/07/12 22:27:46 UTC

Re: Help with importing new fonts

Safa Hussain wrote:
...
> When I run fop online it does not recognize the existence of the OCR 
> font. I get the following error message. Any help is greatly appreciated.
...
> [ERROR] unknown font OCR,normal,normal so defaulted font to any

You have to have a declaration like
      <font-triplet name="OCR" style="normal" weight="normal"/>
in the usserconfig.xml. The names are case sensitive.

J.Pietschmann