Hi, 

I'm seeing a issue with the text-align attribute being ignored in
headers. For example (from pdfoutline.fo in the examples directory):

<fo:static-content flow-name="xsl-region-before">
<fo:block>
<fo:inline text-align="start" font-size="10pt" font-family="serif"
line-height="14pt" color="blue" >
This is not the latest Fop documentation, but just an fo example.
</fo:inline>
<fo:inline text-align="end" font-size="10pt" font-family="serif"
line-height="14pt" color="blue" >
Page <fo:page-number/>
</fo:inline>
</fo:block>
</fo:static-content>

This should align "...not the latest FOP documentation" to the left and
the page numbers to the right. In the pdf they are both aligned too the
left. If I split it into two blocks then each inline element aligns
correctly but they are now on different lines! How do I stop inline
elements inheriting the alignment form the parent block?

Thanks, 
Rob

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to