Drawing images with PDFDocumentGraphics2D

2003-03-25 Thread jcplerm
How can I obtain an "java.awt.ImageObserver" that I can pass to one of the "drawImage" methods of PDFDocumentGraphics2D?   Example:    pdfgen = new PDFDocumentGraphics2D(true,System.out,800,1100);     ... pdfgen.drawImage(img,100,100,50,50,imgObserver);   With a p

RE: Development/Redesign tabs

2003-03-25 Thread Keiron Liddle
> With regard to the faq, I just last night sliced out nearly all of the > contents of the dev/faq.xml file. As far as I could tell, it was a duplicate > of an old version of the faq.xml. Those changes are not reflected on the > site yet (I have emailed Jeff to try to find out why not). It wasn't

RE: Development/Redesign tabs

2003-03-25 Thread Victor Mote
Keiron Liddle wrote: > The original idea of the development was for user documentation > for the current > development. So it can be updated as the API and other such > details are changed. If "user documentation" means "developer documentation", and "current development" means "maintenance branc

Re: Development/Redesign tabs

2003-03-25 Thread Keiron Liddle
> I made some decent progress today on getting my head into the trunk code, > and to document some of what I have learned. I am still confused by the > "Development" and "Redesign" tabs. At first, I thought that maybe > "Development" was for those who might be developing on the maintenance > branch

RE: FOText constructor (trunk)

2003-03-25 Thread Victor Mote
Keiron Liddle wrote: > > Jeremias Maerki wrote: > > > > > Anyway, may I ask for the reason that you want to do that? > > > > Sure. I am trying to port some code I wrote to implement > text-transform for > > the maintenance branch over to the trunk. One of the key things > there is to > > tie toget

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

2003-03-25 Thread vmote
vmote 2003/03/25 16:00:17 Modified:src/java/org/apache/fop/fo FOText.java Log: Eliminate array looping if text-transform is NONE for a probable performance benefit. Revision ChangesPath 1.3 +3 -0 xml-fop/src/java/org/apache/fop/fo/FOText.java Index: FOTe

cvs commit: xml-fop/src/java/org/apache/fop/fo/pagination Root.java

2003-03-25 Thread vmote
vmote 2003/03/25 15:34:11 Modified:src/codegen foproperties.xml src/java/org/apache/fop/fo FOText.java FObjMixed.java PropertyManager.java TextInfo.java src/java/org/apache/fop/fo/pagination Root.java Log: Add support for text-t

DO NOT REPLY [Bug 18292] - 24 bit PNG not displayed correctly

2003-03-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://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-fop/src/documentation README

2003-03-25 Thread vmote
vmote 2003/03/25 09:01:51 Modified:src/documentation README Log: Rewrote with instructions for using forrestbot. Added more detail. Revision ChangesPath 1.4 +91 -48xml-fop/src/documentation/README Index: README ==

FOPAltDesignIntegration

2003-03-25 Thread Peter B. West
Fopdevs, Have at last started work on the Wiki page, named above. It's far from complete yet. -- Peter B. West [EMAIL PROTECTED] http://www.powerup.com.au/~pbwest/ "Lord, to whom shall we go?" - To unsubscribe, e-mail: [EMAIL

Re: block rendering problem with 0.20.5rc2

2003-03-25 Thread Matthew L. Avizinis
Sorry, I didn't see it. It's not particularly easy to keep up with all the known defects. As to mixing block elements and text, it may not be the best style, but from our point of view is more practical -- the old form vs function debate and in my case function wins every time. Thanks for the r