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
|
- text in vertical direction Dirk Sonne
- Re: text in vertical direction Louis . Masters
- RE: text in vertical direction Pascal Sancho