Mega Code Archive

 
Categories / XML / SVG
 

Vertical text

<svg>   <g style="font-size: 10pt;">     <text x="100" y="20" style="writing-mode: tb;"> Sideways   vertical</text>     <text x="200" y="20" style="writing-mode: tb; glyph-orientation-vertical: 0;">Upright vertical</text>     <text x="275" y="30" >Upright horizontal</text>     <text x="275" y="100" style="writing-mode: lr; glyph-orientation-horizontal: 270">Sideways horizontal</text>   </g> </svg>