PDA

View Full Version : DHTMLWriter Rotated Fonts


jscadden
04-05-2007, 03:40 PM
It looks like the DHTMLWriter doesn't support importing fonts. This is the way to achieve vertical text. Does anyone know of a way to do this with the DHTMLWriter?

<canvas height="300" width="500" font="timmonsb">
<font name="timmonsb" src="timmonsb.ttf"/>
<view x="50" y="10">
<button rotation="90" width="150">Hello, World!</button>
</view>
</canvas>