Hi
You can use a foreing-object to embed svg, that works fine:
      <fo:instream-foreign-object>
       <svg:svg
        xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="7" height="250">
        <svg:g transform="translate(5,250)">
         <svg:g transform="rotate(-90)">
          <svg:text x="0" y="0" style="font-family:'GillSans';font-size:5pt;">  Your text here  </svg:text>
         </svg:g>
        </svg:g>
       </svg:svg>
      </fo:instream-foreign-object>

Hope this helps you
Pascal

De : Dirk Sonne [mailto:[EMAIL PROTECTED]
Envoyé : mardi 23 novembre 2004 15:48
À : [EMAIL PROTECTED]
Objet : text in vertical direction

Hello List,
I have a little problem.

I want to write some text in a vertical direction.
FOP don't supports  "writing-mode".

Is there a little fix?

Thank you.



--


   Dipl.-Inf. Dirk Sonne
   Project Development/IT
________________________________
   
   GETAG
   www.get-ag.com
________________________________

   Karl-Heine-Straße 99
   04229 Leipzig
________________________________

   mail: [EMAIL PROTECTED]

   fon: +49 (0) 341 - 49 12 450
   fax: +49 (0) 341 - 49 12 451
   mob: +49 (0) 163 - 49 12 473

Reply via email to