cvs commit: xml-fop/src/org/apache/fop/render/awt AWTRenderer.java

2001-08-05 Thread keiron
keiron 01/08/05 23:21:03 Modified:src/org/apache/fop/render/pdf PDFRenderer.java src/org/apache/fop/render/ps PSRenderer.java src/org/apache/fop/svg PDFTranscoder.java src/org/apache/fop/render/awt AWTRenderer.java Log: updated to new ba

[Bug 2995] New: - runtests.bat has a cvs merging error in the distribution

2001-08-05 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2995

Re: problems with height of cells in tables

2001-08-05 Thread Petr Andrs
Hi Karen, I have made some further investigation. I agree that this is probably not specific to tables, but it is better observable on tables. When using embedded TTF fonts, height of line is influenced also by font- family attribute. If font-family is specified on table-row or cell (I think i

cvs commit: xml-fop/src/org/apache/fop/fo/flow TableCell.java

2001-08-05 Thread klease
klease 01/08/05 08:46:21 Modified:src/org/apache/fop/fo/flow TableCell.java Log: Use a copy of BorderAndPadding to fix alignment bugs in header/footer cells Revision ChangesPath 1.37 +8 -2 xml-fop/src/org/apache/fop/fo/flow/TableCell.java Index: TableCell

cvs commit: xml-fop/src/org/apache/fop/layout BorderAndPadding.java

2001-08-05 Thread klease
klease 01/08/05 08:45:35 Modified:src/org/apache/fop/layout BorderAndPadding.java Log: Add clone method Revision ChangesPath 1.5 +34 -4 xml-fop/src/org/apache/fop/layout/BorderAndPadding.java Index: BorderAndPadding.java

[GUMP] Build Failure - Fop

2001-08-05 Thread Sam Ruby
This email is autogenerated from the output from: Buildfile: build.xml init-avail: init-filters-xalan1: init-filters-xalan2:

Re: nested blocks

2001-08-05 Thread Karen Lease
Hi Koen, I know it seems strange, but the FOP behavior here is actually correct. The XSL CR says that the indents are with respect to the nearest "reference-area". A block fo isn't a reference area. So if you want the blocks to look nested, you have to put more indent on the inner one. Regards,