This is a block that I tried to convert to PDF with FOP2.0.3:
<fo:block font-size="76pt"
space-before="12pt" space-after="12pt"
font-family="Helvetica" font-weight="900"
start-indent="0.2cm" end-indent="5cm"
text-align="center" background-color="black" color="rgb(255,255,255)">
$126<fo:inline font-size="45pt"
baseline-shift="5pt" font-weight="700">89</fo:inline>
</fo:block>
It converted, without any messages, but 89 is located on the bottom line unshifted. Is it FOP limitation or I may fixed it somehow? Please help.
<fo:block font-size="76pt"
space-before="12pt" space-after="12pt"
font-family="Helvetica" font-weight="900"
start-indent="0.2cm" end-indent="5cm"
text-align="center" background-color="black" color="rgb(255,255,255)">
$126<fo:inline font-size="45pt"
baseline-shift="5pt" font-weight="700">89</fo:inline>
</fo:block>
It converted, without any messages, but 89 is located on the bottom line unshifted. Is it FOP limitation or I may fixed it somehow? Please help.