text-tutorial-$13.lzx
<canvas height="100" width="100%">
<font name="serifFont">
<face src="timmonsr.ttf"/>
<face src="timmonsb.ttf" style="bold"/>
</font>
<font name="sansSerifFont" src="helmetr.ttf"/>
<view name="grandParent" font="serifFont" fontsize="15">
<view name="firstView" bgcolor="#FFCCCC" height="20">
<text>
<font color="#CC6600" size="12">Hello</font>
</text>
</view>
<view x="80" name="secondView" bgcolor="#CCCCFF" height="20">
<text font="sansSerifFont">World</text>
</view>
</view>
</canvas>
Cross References
Named Instances