After upgrading to FOP 0.95, all texts (in table cells) are shifted towards
the top (the table cell's top border). It looks like the old FOP 0.20.5
centered the text in a cell by the capital letters (i.e. a capital letter is
exactly vertically centered) and the new FOP 0.95 centers text vertically by
the lower letters. Resulting in all texts being shifted upwards. I found a
workaround by inlining each text:
<fo:inline alignment-adjust="central">
<xsl:value-of select="."/>
</fo:inline>
Then, the text looks like in the old FOP 0.20.5: it's vertically centered by
the capital letters. Of course, this is an ugly workaround and there's
probably a global setting for this. But why does FOP 0.95 do this? And how
can I change it at one (single) place - and not for each text in table cell?
--
View this message in context:
http://www.nabble.com/Upgrade-0.20.5-to-0.95%3A-all-texts-are-shifted-to-top%21-tp19779752p19779752.html
Sent from the FOP - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]