Re: JDK 1.2 containers in maintenance branch

2002-08-02 Thread Jeremias Maerki
On 01.08.2002 23:09:32 J.Pietschmann wrote: Hi all, I've replaced most of the JDK 1.0 containers by 1.2 containers in the maintenance branch, ready to commit. The PDF produced from FOP examples compares ok with PDF produced before the conversion. I might have screwed up other renderers, in

Renderer for RTF AFP

2002-08-02 Thread Kurt Spescha
Hallo, Has someone written or try to write a renderer for AFP or RTF? It should be done out of the XSL:FO-Standard. Besides PDF (which is working fine) these formats are quite often requested. RTF has been announced as beeing integrated soon. How soon? rgrds Kurt

Re: table-and-caption support

2002-08-02 Thread J.Pietschmann
RamanaJV wrote: HI group, Does FOP 0.20.3 support fo:table-and-caption property? I'm not getting the table if I put the table inside table-and-caption... Look at docs/html/docs/implemented.html, or the source (fop/fo/flow/TableAndCaption.java) J.Pietschmann

Re: wrap-option does not work in Japanese

2002-08-02 Thread J.Pietschmann
Tetsu Ito wrote: In English sentence, wrap-option attribute works fine, but not in Japanese sentence. In japanese, fop renders to pdf with no-wrap even if wrap-option is set to wrap. If the language is set to japanese (and a few others), wrap-option is essentially ignored, because it is

Re: JDK 1.2 containers in maintenance branch

2002-08-02 Thread J.Pietschmann
Jeremias Maerki wrote: I'm not so happy about this one. I know I'm also guilty of doing more work for the maintenance branch than for the redesign, but stealing code from the unfinished redesign for the maintenance branch seems to me like starting to take its breath away. The problem is that

[Patch] TTFReader - Unreachable statement

2002-08-02 Thread Kevin O'Neill
Minor patch the the TTFReader to remove an unreachable statement compiler warning. -k. Index: src/org/apache/fop/fonts/apps/TTFReader.java

Fonts, kerning pairs.

2002-08-02 Thread Kevin O'Neill
While working my way though the PDF render (specifically the text rendering) I noticed if the current font has a kerning set the current and the next character index are converted to Integer objects which are then tested against the hash map to get the position adjustment. I occurs to me that