Re: JAXG snapshot available (was: Re: API discussion (revived))

2005-08-25 Thread Simon Pepping
Jeremias, It is a good package. I have a few remarks. 1. At some point I wanted it to be possible to set input and output types on the Factory. In that way it would be possible to write a factory implementation which knows about several of the processing engines, and depending on the inp

FOTree Table FOs -- definitely non-urgent, just probing...

2005-08-25 Thread Andreas L Delmelle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, Has anyone ever thought about introducing an abstract class for table-related FOs, say TableFObj, that would be extended by all those FOs? It just occurred to me that there are: a) the border-precedences that are applicable only to those

Re: Inheritance and percentages in line-height property

2005-08-25 Thread Finn Bock
[Manuel Mall] I think this is one for Finn :-) at least I am not sure how to fix it. The line-height property has a special inheritance rule. If it is a number (and the enum "normal" is considered a number) inherit the specified value otherwise inherit the calculated value. In the current sy

RE: Relative font weights and font selection

2005-08-25 Thread Victor Mote
Victor Mote wrote (August 8): > Manuel Mall wrote: > > > Regarding the "bolder", "lighter" issue and the general > font selection > > I looked at the "pre-patch for FOrayFont adaptation to Fop" > > (http://issues.apache.org/bugzilla/show_bug.cgi?id=35948) and > > concluded that meddling with t

DO NOT REPLY [Bug 36356] - Problem with column balancing in multi-column layout

2005-08-25 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36356] New: - Problem with column balancing in multi-column layout

2005-08-25 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 35940] - 1.0dev differences to 0.20.5

2005-08-25 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36238] - text-align="justify" doesn't work on custom fonts

2005-08-25 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://issues.apache.org/bugzilla/show_bu

Re: svn commit: r240012 - in /xmlgraphics/fop/trunk/src/java/org/apache/fop/render: pdf/PDFRenderer.java ps/PSRenderer.java

2005-08-25 Thread Jeremias Maerki
No intentions to fix kerning right now. I just documented the problem. I hope you had good holidays! On 25.08.2005 11:38:23 Vincent Hennebert wrote: > Jeremias, > > Just in case you intended to do any improvement there: the FOrayFont > integration > may bring some facilities in this area. At l

Re: svn commit: r240012 - in /xmlgraphics/fop/trunk/src/java/org/apache/fop/render: pdf/PDFRenderer.java ps/PSRenderer.java

2005-08-25 Thread Vincent Hennebert
Jeremias, Just in case you intended to do any improvement there: the FOrayFont integration may bring some facilities in this area. At least the handling will be different, so I don't think it's worth working on this before the integration is done. So please leave it as is for now. Thanks! I've

Re: .htaccess file for the old FOP website

2005-08-25 Thread Christian Geisert
Jeremias Maerki schrieb: > Very weird. Look here: > http://xml.apache.org/fop > > GET /fop HTTP/1.1 > Host: xml.apache.org > User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) > Gecko/20050716 Firefox/1.0.6 > [..] > > HTTP/1.x 301 Moved Permanently > Date: Thu, 25 Aug 2005 06

Inheritance and percentages in line-height property

2005-08-25 Thread Manuel Mall
I think this is one for Finn :-) at least I am not sure how to fix it. The line-height property has a special inheritance rule. If it is a number (and the enum "normal" is considered a number) inherit the specified value otherwise inherit the calculated value. In the current system if the speci

Re: background-position-vertical and -horizontal

2005-08-25 Thread Manuel Mall
OK thanks, another thing to look at - I am certainly not running out of work here, just the payment is lousy :-). On Thu, 25 Aug 2005 03:08 pm, Finn Bock wrote: > Manuel Mall wrote: > > The safety check in addBackground is already there. This is how I > > stumbled across it as it is triggered by

Re: background-position-vertical and -horizontal

2005-08-25 Thread Finn Bock
Manuel Mall wrote: The safety check in addBackground is already there. This is how I stumbled across it as it is triggered by one of the layout engine tests. Also note that the percentage handling in addBackground is a rough hack that doesn't work when expressions are used: "40% + 1pt". re

Re: background-position-vertical and -horizontal

2005-08-25 Thread Manuel Mall
Can do, but I'll get the percentage stuff more stable first. On Thu, 25 Aug 2005 02:48 pm, Jeremias Maerki wrote: > A log message is not good enough. That needs to throw an exception. > It's a bug if IPD and BPD are not set IMO. Would you write test cases > for all the possible combinations after a