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 Lucian Opris <lu...@bluematrix.com> on 2002/08/12 17:17:50 UTC

upper and down arrow

Hi,
Could you tell me how can I insert ?  ? upper and down arrow in FOP? I've
tried to create a wingdng3.xml with TTFReader but I've got this error:
TTF Reader v1.1.1

Reading /../WINGDNG3.TTF...

Number of glyphs in font: 211
Unicode cmap table not present
java.util.NoSuchElementException: Vector Enumeration
        at java.util.Vector$1.nextElement(Vector.java, Compiled Code)
        at org.apache.fop.fonts.TTFFile.createCMaps(TTFFile.java, Compiled
Code)
        at org.apache.fop.fonts.TTFFile.readFont(TTFFile.java, Compiled
Code)
        at org.apache.fop.fonts.apps.TTFReader.loadTTF(TTFReader.java,
Compiled Code)
        at org.apache.fop.fonts.apps.TTFReader.main(TTFReader.java, Compiled
Code)

Thanks for any help
Lucian


RE: upper and down arrow

Posted by Lucian Opris <lu...@bluematrix.com>.
Thank you very much. It worked fine.

Lucian

-----Original Message-----
From: J.Pietschmann [mailto:j3322ptm@yahoo.de]
Sent: Monday, August 12, 2002 5:06 PM
To: fop-user@xml.apache.org
Subject: Re: upper and down arrow


Lucian Opris wrote:
> Hi,
> Could you tell me how can I insert ?  ? upper and down arrow in FOP?

Use
   <fo:block font-family="Symbol">&#x2191;&#x2193;</fo:block>

J.Pietschmann





Re: upper and down arrow

Posted by "J.Pietschmann" <j3...@yahoo.de>.
Lucian Opris wrote:
> Hi,
> Could you tell me how can I insert ?  ? upper and down arrow in FOP?

Use
   <fo:block font-family="Symbol">&#x2191;&#x2193;</fo:block>

J.Pietschmann