You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by HN...@metzler.com on 2000/09/19 10:14:49 UTC

Alignment

Hi,

FOP seems to align negative numbers different than positive number. When I try
to do this
......
...
          <fo:table-cell>
                <fo:block text-align="end"  > 3.000,00 </fo:block>
                    </fo:table-cell>
          <fo:table-cell>
                <fo:block text-align="end" > -2.000,00 </fo:block>
           </fo:table-cell>

....

the negative number is aligned more left then the positive number. Is there a
work-around  for this problem ?

Hue