It should be setup up properly now, providing you specify textAsShapes to
be false.
On Mon, 09 Jul 2001 09:53:07 Thieler Jens wrote:
> I wanted to export a Java Graphics2D component to PDF
> and did something like this:
>
> PDFDocumentGraphics2D pdfGenerator =
> new PDFDocumentGraphics2D(true, stream, (int)width, (int)height);
> pdfGenerator.setSVGDimension(w, h);
> ((Graphics2D)pdfGenerator).setClip(0, 0, (int)width, (int)height);
> component.export((Graphics2D)pdfGenerator, ctm);
> pdfGenerator.finish();
>
> O.K. this approach has got nothing to do with FO,
> so FOP couldn't be blamed if it didn't support it.
> (But it sure would be nice :-)
>
> Jens Thieler
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]