Nancy Brandt wrote:
>
>
> Hi dear John,
>
> You always try to help me :-)
>
> Well, when I run '$ locate  fop.jar' for example, I get the following
> results:
>
> /home/nancy/fop-0.94/build/fop.jar
> /usr/bin/build/fop.jar
> /usr/share/java/fop.jar
>
> I've tried to use the files located in the 'lib' directory (those with
> version number), but it did not change anything.
> My best wishes,
> Nancy


I keep forgetting not to write XML in Hotmail.

FOP can automatically detect fonts now. Try using auto-detect
instead of the font metrics file. See
http://xmlgraphics.apache.org/fop/0.94/fonts.html#register
for details.

The relevant parts of my fop configuration file look like this:

<renderers>
    <renderer mime="application/pdf">
...
      <fonts>
        <!-- embedded fonts -->
   
...
        <auto-detect/>
      </fonts>

...
    </renderer>

...
  </renderers>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to