Here is some sample SVG code to write vertically:
<fo:instream-foreign-object>
<svg:svg width="152" height="60" xmlns="http://www.w3.org/2000/svg">
<svg:g font-size="5" font-family="sans-serif" fill="black">
<svg:text x="2" y="1" writing-mode="tb"
glyph-orientation-vertical="0">
FRONT
</svg:text>
</svg:g>
</svg:svg>
</fo:instream-foreign-object>
Note the "writing-mode" attrib: "tb" - top to bottom
-Lou
"Jon Alegria
Esarte" To: <[EMAIL PROTECTED]>
<[EMAIL PROTECTED] cc:
ia.com> Subject: write in vertical mode
10/18/2004 14:09
Please respond
to fop-user
Hi
How can i write in vertical mode in pdf using fop?
Thanks
FOP 0.18
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
