AW: AW: AW: Area Tree Handling

2009-07-14 Thread Georg Datterl
Hi Tom, In that case I'd take the interesting fo block, wrap it with a default page and render it. Of course the page is overhead, but other than that you only render the interesting block. When you are satisfied with it, continue with the next block. Only when all blocks are finished,

Re: Arial True Type becomes italic in AWT

2009-07-14 Thread Vincent Hennebert
Hi, Kuno sent me his FO file off-list for confidentiality reasons. The interesting part is the fo:flow element: fo:flow flow-name=xsl-region-body font-style=normal font-family=Arial,Helvetica font-size=8pt font-family is overridden nowhere else. On my Linux system the file renders

Re: Arial True Type becomes italic in AWT

2009-07-14 Thread qnob
Hello, here a few remarks and answers to the prior message of Vincent. Vincent Hennebert-2 wrote: font-family is overridden nowhere else. I've tried to overwrite the default font-familiy, globally and locally. Without success. Vincent Hennebert-2 wrote: On my Linux system the file

Re: AW: AW: AW: Area Tree Handling

2009-07-14 Thread TomWilcox
Thanks Georg, That seems like the approach for me :). However, I would like to propose a potentially useful future feature of FOP would be the ability to do this using Java objects with a view for optimising modifications of document fragments such as a subtree of the AT through an API (as I

AW: AW: AW: AW: Area Tree Handling

2009-07-14 Thread Georg Datterl
Hi Tom, First, AT ist going out of style, as far as I understood. The new IntermediateFormat will replace it. Second, I don't see how an API would help you. Of course, you can modify the AT objects and for example, add text. But to get a meaningfull result, the whole breaking/layouting, which

Re: AW: AW: AW: AW: Area Tree Handling

2009-07-14 Thread TomWilcox
Cheers Georg, I look forward to getting into the IF however I was under the impression it is still very much in the development phase.. Geord Datterl wrote: What I did and what might help you too: I need to build a FO file (no transformation), so I built wrappers around the different FO

Re: Arial True Type becomes italic in AWT

2009-07-14 Thread Andreas Delmelle
On 14 Jul 2009, at 13:12, Vincent Hennebert wrote: Hi Kuno, Vincent, Kuno sent me his FO file off-list for confidentiality reasons. The interesting part is the fo:flow element: fo:flow flow-name=xsl-region-body font-style=normal font-family=Arial,Helvetica font-size=8pt font-family is

Re: AW: AW: AW: AW: Area Tree Handling

2009-07-14 Thread Andreas Delmelle
On 14 Jul 2009, at 16:43, TomWilcox wrote: Hi Tom, Georg, I look forward to getting into the IF however I was under the impression it is still very much in the development phase.. Well, it is only available in the SVN repo, so in the sense that it is not officially released yet, it is

AW: AW: AW: AW: AW: Area Tree Handling

2009-07-14 Thread Georg Datterl
Hi Tom, Andreas, Well, it is only available in the SVN repo, so in the sense that it is not officially released yet, it is indeed in development. That said, some users consider trunk to be stable enough to use in production environments. As far as I understood, out-of-the-ant-file Fop still

Re: AW: AW: AW: AW: AW: Area Tree Handling

2009-07-14 Thread Andreas Delmelle
On 14 Jul 2009, at 17:31, Georg Datterl wrote: Well, it is only available in the SVN repo, so in the sense that it is not officially released yet, it is indeed in development. That said, some users consider trunk to be stable enough to use in production environments. As far as I