RE: addLayoutManager for 3rd part extension.

2003-09-15 Thread Victor Mote
Finn Bock wrote: > At the moment I can't find a way to either get hold of the assigned > LayoutManagerLS instance or to set a new LayoutManagerLS. I assume that > it is just a temporary issue as long as > - the Document creation is hardwired in Driver > - no accessor exists for currentDocument and

cvs commit: xml-fop/src/documentation/content/xdocs/dev api-doc.xml conventions.xml doc.xml extensions.xml faq.xml fonts.xml implement.xml index.xml release.xml rtflib.xml svg.xml testing.xml tools.xml

2003-09-15 Thread vmote
vmote 2003/09/15 13:54:03 Modified:src/documentation/content/xdocs anttask.xml bugs.xml compiling.xml compliance.xml configuration.xml download.xml embedding.xml examples.xml extensions.xml fo.xml fonts.xml gethelp

RE: [PATCH] Building docs with Forrest 0.5

2003-09-15 Thread Victor Mote
Glen Mazza wrote: > Sometime tomorrow--I just added Andreas' name to our > teampage (he OK'ed it) so it will take awhile to get > to the Forrestbot stage area--please republish the > website. Thanks. Sorry to be so slow. We have some cosmetic issues related to the Forrest upgrade that I would li

Font, metric-file, line spacing

2003-09-15 Thread IvanLatysh
Hi All. I have a small problem with line spacing when using custom fonts. I have a web page where user can select a few different fonts (fonts converted to the eot fonts to be displayed on the page properly) and this font will be applied to the user text. After submission I am creating a document

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

2003-09-15 Thread pietsch
pietsch 2003/09/15 11:29:15 Modified:src/java/org/apache/fop/tools TestConverter.java Log: Removed apparent patching problem Revision ChangesPath 1.7 +7 -10 xml-fop/src/java/org/apache/fop/tools/TestConverter.java Index: TestConverter.java ===

cvs commit: xml-fop/src/java/org/apache/fop/layoutmgr AddLMVisitor.java

2003-09-15 Thread vmote
vmote 2003/09/15 10:45:49 Modified:src/java/org/apache/fop/layoutmgr AddLMVisitor.java Log: make instance variables protected instead of private to make subclassing easier Revision ChangesPath 1.18 +3 -3 xml-fop/src/java/org/apache/fop/layoutmgr/AddLMVisitor.j

Re: [PATCH] Building docs with Forrest 0.5

2003-09-15 Thread Clay Leeds
You're right. I'll let them know. Clay Victor Mote wrote: Clay Leeds wrote: BTW, I just noticed they upgraded their fop back-end from fop-0.20.4 to fop-0.20.5rc3a. Any chance they can get that updated to fop-0.20.5 before they release? I'm hoping someone on that list can submit the request cor

RE: [PATCH] Building docs with Forrest 0.5

2003-09-15 Thread Victor Mote
Clay Leeds wrote: > BTW, I just noticed they upgraded their fop back-end from fop-0.20.4 to > fop-0.20.5rc3a. Any chance they can get that updated to fop-0.20.5 > before they release? I'm hoping someone on that list can submit the > request correctly, so I don't have to sign up for their mail list

RE: [PATCH] Building docs with Forrest 0.5

2003-09-15 Thread Victor Mote
Clay Leeds wrote: > Sounds good to me. > > Having never played around with Forrest, I'd like a little help getting > up to speed. Victor (et al), could you give me any pointers or links to > things I should pay attention to in building this? In particular, tips > on how to get started, as well as

Re: Join the FOP Developers ?

2003-09-15 Thread Chris Bowditch
From: Dennis Myrén <[EMAIL PROTECTED]> Hi. I am just sending you a letter to announce my interest in being part of the FOP developer team. Currently, I am myself writing a commercial PDF generator from scratch for my company (not at all based on FOP of course). Hi Dennis, I hope you dont min

Re: addLayoutManager for 3rd part extension.

2003-09-15 Thread Finn Bock
Victor Mote wrote: OK. I just committed a set of changes that should get you going. You will need to create an instance of your subclass, then use the LayoutManagerLS.setAddLMVisitor method to tell FOP to use that. At the moment I can't find a way to either get hold of the assigned LayoutManager