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 and

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

RE: txt-rendering

2005-09-19 Thread Sergey Simonchik
nippets around the TXTRenderer in > the mailing list archives which should give you an idea about its design. > BTW, I'm glad that you're going to reintroduce the TextRenderer. Oh, it was indiscreet for my part to offer something without previous code preview. So, now I'll yield to your advice. Thanks. Sergey Simonchik.

RE: txt-rendering

2005-09-22 Thread Sergey Simonchik
Hi, We've got into TxtRenderer that was in 0.20.5. It works fine for most of examples but in some cases there are problems. For instance: ... Hi Helloworld ... Align doesn't correct. It's seems that modifying formatting objects before constructing area tree model may help to cope with such prob

RE: txt-rendering

2005-09-23 Thread Sergey Simonchik
so: > http://xmlgraphics.apache.org/fop/output.html#txt > > On 22.09.2005 10:21:32 Sergey Simonchik wrote: > > Hi, > > > > We've got into TxtRenderer that was in 0.20.5. It works fine for most of > > examples but in some cases there are problems. For instan

RE: txt-rendering

2005-09-23 Thread Sergey Simonchik
xactly you need to do these refinements. I assume that the > TextRenderer will also work for most cases without the special > AreaTreeHandler. I'm looking forward to having a look at your patch when > it's ready. > > On 23.09.2005 12:41:36 Sergey Simonchik wrote: > > H

RE: txt-rendering

2005-09-23 Thread Sergey Simonchik
xactly you need to do these refinements. I assume that the > TextRenderer will also work for most cases without the special > AreaTreeHandler. I'm looking forward to having a look at your patch when > it's ready. > > On 23.09.2005 12:41:36 Sergey Simonchik wrote: > > H

question

2005-09-26 Thread Sergey Simonchik
Hi, Letters "A" and "B" have same indent from the left edge of page in this example: ... A B ... Here behaviors of block-progression and inline-progression are different. Is it correct? Sergey Simonchik.

RE: question

2005-09-27 Thread Sergey Simonchik
Maerki wrote: > > On 26.09.2005 19:09:59 Sergey Simonchik wrote: > > Hi, > > > > Letters "A" and "B" have same indent from the left edge of page in this > > example:

rtf-external-graphics

2005-09-28 Thread Sergey Simonchik
Hi, After patch of Peter Herweg, adding support of external-graphics in Rtf (25.09.2005, revision 291449) some problems are still unresolved. I'm talking about using url's in src attribute of fo:external-graphic tag. Take a look at fo-file below: ... ... Rtf renderer

RE: rtf-external-graphics

2005-09-30 Thread Sergey Simonchik
he other output formats. > On 28.09.2005 17:10:23 Sergey Simonchik wrote: > > Hi, > > > > After patch of Peter Herweg, adding support of external-graphics in Rtf > > (25.09.2005, revision 291449) some problems are still unresolved. > > I'm talking about using

RTF rendering

2005-08-01 Thread Sergey Simonchik
pport? 2) What do you think about commiting these patches? Thanks for attention. Good success! --- Sergey Simonchik.