cvs commit: xml-fop/src/java/org/apache/fop/tools AreaTreeBuilder.java

2003-10-27 Thread gmazza
gmazza 2003/10/27 20:22:14 Modified:src/java/org/apache/fop/area/inline InlineAreaVisitor.java UnresolvedPageNumber.java src/java/org/apache/fop/layoutmgr AddLMVisitor.java TextLayoutManager.java src/java/org/

Re: [VOTE] Two changes to 1.0 branch

2003-10-27 Thread Glen Mazza
--- Jeremias Maerki <[EMAIL PROTECTED]> wrote: > Glen, > > first of all, thanks for your continuing effort in > the development > towards 1.0. > Sure thing--two patches down, 21,234,198 to go! ;) > > Take the two Transcoders (for PDF and PS) for > example. They could just > as well be in Bati

Re: [VOTE] Two changes to 1.0 branch

2003-10-27 Thread Jeremias Maerki
On 27.10.2003 18:38:07 Victor Mote wrote: > +1. The RTF stuff is already set up in a separate directory this way. This > is primarily due to the design of the JFOR crew. MIF should be done the same > way. And I agree that the same could be done with fonts. > > I would actually prefer to see a

RE: PDF "meta" properties (was Re: basic-link)

2003-10-27 Thread Andreas L. Delmelle
> -Original Message- > From: Clay Leeds [mailto:[EMAIL PROTECTED] > > I was unaware that FOP has the ability to add Producer, Author and Title > properties to FOP. In fact, the web site still shows "FOP does not > currently support several desirable PDF features: document properties > (titl

DO NOT REPLY [Bug 24148] - Kerning upsets text-align="end"

2003-10-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: PDF "meta" properties (was Re: basic-link)

2003-10-27 Thread J.Pietschmann
Clay Leeds wrote: I was unaware that FOP has the ability to add Producer, Author and Title properties It can be set via the PDF renderer API, at least for HEAD. Maybe the producer is hardcoded to "FOP" or something (look into the source for details). It's not accessible on the command line yet. J.

Re: [VOTE] Two changes to 1.0 branch

2003-10-27 Thread Oleg Tkachenko
Glen Mazza wrote: Two changes I would like to make to the 1.0dev branch: 1.) Rename the org.apache.fop.area.inline.Word class to org.apache.fop.area.inline.Text, and rename the renderWord() method in the Renderer subclasses to renderText(). +1 2.) Move the org.apache.fop.pdf package to a new o

RE: [VOTE] Two changes to 1.0 branch

2003-10-27 Thread Victor Mote
Jeremias Maerki wrote: > > Two changes I would like to make to the 1.0dev branch: > > > > 1.) Rename the org.apache.fop.area.inline.Word class > > to org.apache.fop.area.inline.Text, and rename the > > renderWord() method in the Renderer subclasses to > > renderText(). > > > > > This is confusin

PDF "meta" properties (was Re: basic-link)

2003-10-27 Thread Clay Leeds
Andreas L. Delmelle wrote: Right you are! Same here... A little experience with iText, but since FOP supports encryption and the producer / author / title props, I have seen little use for iText. I was unaware that FOP has the ability to add Producer, Author and Title properties to FOP. In fact, t

DO NOT REPLY [Bug 23883] - SVG embedded in FO cannot handle large (6digit) translates

2003-10-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 24148] - Kerning upsets text-align="end"

2003-10-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 24148] New: - Kerning upsets text-align="end"

2003-10-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: [VOTE] Two changes to 1.0 branch

2003-10-27 Thread Jeremias Maerki
Glen, first of all, thanks for your continuing effort in the development towards 1.0. I'm sad that I currently don't have the time to contribute and have been extremely happy when I saw the first few patches targeted at HEAD coming in recently. On 27.10.2003 13:53:33 Glen Mazza wrote: > Team, >

[VOTE] Two changes to 1.0 branch

2003-10-27 Thread Glen Mazza
Team, Two changes I would like to make to the 1.0dev branch: 1.) Rename the org.apache.fop.area.inline.Word class to org.apache.fop.area.inline.Text, and rename the renderWord() method in the Renderer subclasses to renderText(). Reason: It's a lot clearer, given the data these objects hold and