text in vertical direction

2004-11-23 Thread Dirk Sonne




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-Strae 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






Re: text in vertical direction

2004-11-23 Thread Louis . Masters

I use SVG text to do this.  For example:

fo:instream-foreign-object
 svg:svg width=150 height=150 xmlns=http://www.w3.org/2000/svg;
  svg:text x=1 y=1 writing-mode=tb
glyph-orientation-vertical=0!--this does it--
   FRONT
  /svg:text
 /svg:svg
/fo:instream-foreign-object

-Lou




   
  Dirk Sonne
   
  [EMAIL PROTECTED] To:  [EMAIL PROTECTED] 
   
  ag.com  cc:  
   
   Subject: text in vertical 
direction 
  11/23/2004 09:47  
   
  Please respond
   
  to fop-user   
   

   

   



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






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



RE: text in vertical direction

2004-11-23 Thread Pascal Sancho



Hi
You can use a foreing-object to embed svg, 
that works fine:
fo:instream-foreign-objectsvg:svgxmlns: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-objectHope 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 
  SonneProject 
  Development/ITGETAGwww.get-ag.comKarl-Heine-Straße 
  9904229 
  Leipzigmail: [EMAIL PROTECTED]fon: 
  +49 (0) 341 - 49 12 450fax: +49 (0) 341 - 49 12 
  451mob: +49 (0) 163 - 49 12 
473