Re: Dramatic improvement of PDF text painting quality for SVG

2007-11-06 Thread thomas . deweese
Hi Jeremias, Jeremias Maerki [EMAIL PROTECTED] wrote on 11/03/2007 07:22:17 AM: As you may have see, I've reimplemented the PDFTextPainter which is part of the PDFTranscoder. All most all text is now painted using PDF text painting primitives (except for SVG fonts and where filters are used).

Re: Dramatic improvement of PDF text painting quality for SVG

2007-11-05 Thread Jeremias Maerki
On 05.11.2007 08:22:38 Max Berger wrote: Jeremias, Am Samstag, den 03.11.2007, 12:22 +0100 schrieb Jeremias Maerki: Implementation notes: - The text painter has a fallback so it can still paint text with SVG fonts. Text for which there's no font in FOP's FontInfo object will be

Re: Dramatic improvement of PDF text painting quality for SVG

2007-11-05 Thread Cameron McCormack
Jeremias Maerki: As you may have see, I've reimplemented the PDFTextPainter which is part of the PDFTranscoder. All most all text is now painted using PDF text painting primitives (except for SVG fonts and where filters are used). By the way, is the FOP code after this commit still able to be

Re: Dramatic improvement of PDF text painting quality for SVG

2007-11-05 Thread Jeremias Maerki
Not anymore. But remember that in order to include FOP's transcoders in Batik, a release needs to be made, which means a branch, which means an opportunity to temporarily work around these things. BTW, the EPS transcoder is currently broken. Everything is upside down and I haven't investigated,

Re: Dramatic improvement of PDF text painting quality for SVG

2007-11-04 Thread Max Berger
Jeremias, Am Samstag, den 03.11.2007, 12:22 +0100 schrieb Jeremias Maerki: Implementation notes: - The text painter has a fallback so it can still paint text with SVG fonts. Text for which there's no font in FOP's FontInfo object will be painted using shapes as before. Please correct me if

Dramatic improvement of PDF text painting quality for SVG

2007-11-03 Thread Jeremias Maerki
As you may have see, I've reimplemented the PDFTextPainter which is part of the PDFTranscoder. All most all text is now painted using PDF text painting primitives (except for SVG fonts and where filters are used). The advantages: smaller PDF files, better visible quality, copy/paste is possible.

Re: Dramatic improvement of PDF text painting quality for SVG

2007-11-03 Thread Cameron McCormack
Jeremias Maerki: As you may have see, I've reimplemented the PDFTextPainter which is part of the PDFTranscoder. All most all text is now painted using PDF text painting primitives (except for SVG fonts and where filters are used). The advantages: smaller PDF files, better visible quality,