with fo sample.

 

Christian Pestel

christian.pes...@orange.fr


From: Christian Pestel 
Sent: Thursday, June 21, 2012 5:17 PM
To: fop-users 
Subject: fo:block writing-mode="rl" attribute seems do not work 

Hi,

<fo:block writing-mode="rl"> seems do not work  
It’s work fine in <fo:page-sequence> or in <fo:table>
But why this don’t work in <fo: block> ?
Christian Pestel

christian.pes...@orange.fr
<?xml version="1.0" encoding="utf-8"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format";>
  <fo:layout-master-set>
    <fo:simple-page-master master-name="section1" page-width="8.268055555555555in" page-height="11.693055555555556in" margin-top="35.4pt" margin-bottom="35.4pt" margin-right="70.85pt" margin-left="70.85pt">
      <fo:region-body margin-top="35.45pt" margin-bottom="35.45pt" />
    </fo:simple-page-master>
  </fo:layout-master-set>
  <fo:page-sequence master-reference="section1" format="1" >
    <fo:flow flow-name="xsl-region-body">
      <fo:block line-height="1.2" writing-mode="rl">
        <fo:inline font-family="ArialUnicodeMS" font-size="12pt">
          <fo:leader leader-length="0pt" />ضلا.
        </fo:inline>
      </fo:block>
    </fo:flow>
  </fo:page-sequence>
</fo:root>

Attachment: 261.fo110.xml.pdf
Description: Adobe PDF document

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to