RE: Failed to read font metrics file

2003-09-26 Thread Nadeau, Isabelle
Merci, but on Windows, I can't apply this code directly... well I don't see how actually. I'm using JBuilder and TTFReader class... I'm trying to use writeFontXML or constructFontXML... working on it ! -Original Message-From: Matthew L. Avizinis [mailto:[EMAIL PROTECTED]Sent:

Re: Failed to read font metrics file

2003-09-26 Thread Matthew L. Avizinis
You need to use the FOP TTFReader to generate the metrics file. Look at  http://xml.apache.org/fop/fonts.html#truetype-metrics Au revoir, Matthew L. Avizinis GleimPublications,Inc. Nadeau, Isabelle wrote: Failed to read font metrics file in my Servlet File userConfigFile = ne

Re: Failed to read font metrics file

2003-09-26 Thread J.Pietschmann
Nadeau, Isabelle wrote: Am I suppose to write arial.xml file ? Yes. Is yes, what it contains ? Well, the font metrics. See: http://xml.apache.org/fop/fonts.html#custom J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Failed to read font metrics file

2003-09-26 Thread Nadeau, Isabelle
Title: Failed to read font metrics file in my Servlet File userConfigFile = new File("c:\\fop-0.20.5\\conf\\userconfig.xml"); Options options = new Options(userConfigFile); in c:/fop-0.20.5/conf/userconfig.xml  file:///c:/fop-0.20.5/conf/arial.xml" kerning="yes" embed-file="c:\WINN

Re: font weight in embedded SVG images

2003-09-26 Thread Matthew L. Avizinis
Andreas L. Delmelle wrote: -Original Message- From: Matthew L. Avizinis [mailto:[EMAIL PROTECTED]] Hello all, I have noticed an odd behavior when text is rendered in SVG in pdf output with FOP 0.20.5. I Have you checked: http://xml.apache.org/fop/graphics#svg-pdf-t

RE: font weight in embedded SVG images

2003-09-26 Thread Andreas L. Delmelle
> -Original Message- > From: Matthew L. Avizinis [mailto:[EMAIL PROTECTED] > Hello all, > I have noticed an odd behavior when text is rendered in SVG in pdf output > with FOP 0.20.5. I Have you checked: http://xml.apache.org/fop/graphics#svg-pdf-text ? Greetz, Andreas Delmelle ---

xml/xsl in one file

2003-09-26 Thread David Chang
Hi, w3c allows embedding an xsl inside an xml file (http://www.w3.org/TR/xslt#section-Embedding-Stylesheets). is there a way to get fop to process the single xml file and pull out the xsl:stylesheet element to apply to the rest of the xml document? Perhaps a solution would be to use the same file

font weight in embedded SVG images

2003-09-26 Thread Matthew L. Avizinis
Hello all,  I have noticed an odd behavior when text is rendered in SVG in pdf output with FOP 0.20.5. I didn't see any references to this in the mail archive and am wondering if perhaps I am doing something wrong or missing something. In short, it appears that text in SVG images in pdf outp

Re: Center a table in a cell ???

2003-09-26 Thread Chris Bowditch
From: Dang Minh Phuong <[EMAIL PROTECTED]> Hi all, I want to center a table in a cell. I put the nested table in fo:block and I use display-align="center". But it doesn't seem to work. The nested table still appears at the left edge of the cell. What have I missed??? There is only very limited su

Center a table in a cell ???

2003-09-26 Thread Dang Minh Phuong
Hi all, I want to center a table in a cell. I put the nested table in fo:block and I use display-align="center". But it doesn't seem to work. The nested table still appears at the left edge of the cell. What have I missed??? - To