[jira] [Created] (FOP-2381) TXT rendering doesn't support complex scripts

2014-05-26 Thread Glenn Adams (JIRA)
Glenn Adams created FOP-2381: Summary: TXT rendering doesn't support complex scripts Key: FOP-2381 URL: https://issues.apache.org/jira/browse/FOP-2381 Project: Fop Issue Type: New Feature

[jira] [Updated] (FOP-2381) TXT rendering doesn't support complex scripts

2014-05-26 Thread Glenn Adams (JIRA)
[ https://issues.apache.org/jira/browse/FOP-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Glenn Adams updated FOP-2381: - Component/s: renderer/txt TXT rendering doesn't support complex scripts

Re: txt-rendering

2005-09-23 Thread Jeremias Maerki
. -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: Thursday, September 22, 2005 7:11 PM To: fop-dev@xmlgraphics.apache.org Cc: 'Danila Ermakov' Subject: Re: txt-rendering Hi Sergey, would you please elaborate the modifications you suggest? I'd

RE: txt-rendering

2005-09-23 Thread Sergey Simonchik
: Friday, September 23, 2005 7:10 PM To: fop-dev@xmlgraphics.apache.org Cc: 'Danila Ermakov' Subject: Re: txt-rendering Hi Sergey, that certainly sounds better although I'm not sure I really understand why exactly you need to do these refinements. I assume that the TextRenderer will also work

RE: txt-rendering

2005-09-22 Thread Sergey Simonchik
: txt-rendering Hi Sergey, unfortunately, you didn't notice the TXTRenderer that was in 0.20.5 [1]. The text renderer seems to work fine for many people who work with FOP 0.20.5. IMO it should be simple to port that renderer to FOP Trunk. The TXTRenderer currently found in FOP Trunk is only

Re: txt-rendering

2005-09-22 Thread Jeremias Maerki
: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: Saturday, September 17, 2005 3:29 PM To: fop-dev@xmlgraphics.apache.org Cc: Danila Ermakov Subject: Re: txt-rendering Hi Sergey, unfortunately, you didn't notice the TXTRenderer that was in 0.20.5 [1]. The text renderer seems

Re: txt-rendering

2005-09-22 Thread Chris Bowditch
Jeremias Maerki wrote: Hi Sergey, would you please elaborate the modifications you suggest? I'd be very unhappy if we had to do changes in the layout engine just to accomodate the text renderer. I think I don't quite understand what you have in mind. I tend to agree. If the Text Renderer

RE: txt-rendering

2005-09-19 Thread Sergey Simonchik
-Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: Saturday, September 17, 2005 3:29 PM To: fop-dev@xmlgraphics.apache.org Cc: Danila Ermakov Subject: Re: txt-rendering AFAIK, there's still a open issue with a patch [2] where I asked you to send in an ICLA so I

txt-rendering

2005-09-17 Thread Sergey Simonchik
Hi, We've put mind to txt-rendering. :) Evidently converting to txt isn't implemented yet. So, before code writing, it will be useful to discuss different approaches of implementing it. By this moment we've found 3 possible basic approaches. Here they are: 1) TxtRender extends AbstractRender

Re: txt-rendering

2005-09-17 Thread Jeremias Maerki
: Hi, We've put mind to txt-rendering. :) Evidently converting to txt isn't implemented yet. So, before code writing, it will be useful to discuss different approaches of implementing it. By this moment we've found 3 possible basic approaches. Here they are: 1) TxtRender extends