RE: White space handling Wiki page

2005-10-19 Thread Stephen Denne
g.) >From memory the fo was something like .. vs ... ... Stephen Denne.

RE: hyphenation-present and junit-layout

2005-10-16 Thread Stephen Denne
. Stephen Denne.

RE: Error loading GIF image using JAI in FOP Trunk (was: Error w hile processing a PDF - OK)

2005-08-30 Thread Stephen Denne
his alternative in org.apache.fop.image.JAIImage loadImage(): RenderedOp imageOp = JAI.create("fileload", this.m_href.getFile()); and I also added imageOp.dispose(); immediately after setting imageData. I see that trunk has rearranged things a bit, but it still appears to have the same leak. Stephen Denne

RE: FOP extension to output custom PostScript instructions

2005-08-29 Thread Stephen Denne
font resources that should be used, and why the PDF renderer starting asking for the Dialog font-family. Anyway, this is getting off topic, sorry. Stephen Denne.

RE: page-number and page-number-citation problem

2005-08-29 Thread Stephen Denne
Jeremias Maerki wrote: > On 29.08.2005 01:51:21 Stephen Denne wrote: > > Luca Furini wrote: > > > > > The method PageNumberCitationLM.get() allocates the width of > > > the string > > > "MMM" if the id is not already known; > > >

RE: page-number and page-number-citation problem

2005-08-28 Thread Stephen Denne
igning "Page X of Y" in a block in a cell in a row in a table so that it is correctly right aligned with other table rows, even when there are not between 100 and 999 pages in the output? Stephen Denne.

RE: FOP extension to output custom PostScript instructions

2005-08-28 Thread Stephen Denne
n it would be quicker and easier to add and test them at the same time as the headers? In addition, the ability to say where the added postscript code is to go would be useful. e.g. first thing in the page vs. last thing in the page. Stephen Denne.