fixed bug in jpeg2000 decoding
[swftools.git] / doc / examples / fonts.sc
1 # fonts.sc
2 #
3 # fonts&text
4
5 .flash name="fonts.swf"
6     .font courier "Courier.swf"
7     .font helvetica "Helvetica.swf"
8     .text abc text="abcdefghijklmnopqrstuvwxyz" font=courier size=100% color=blue
9     .text abc2 text="abcdefghijklmnopqrstuvwxyz" font=helvetica size=100% color=red
10     .put abc
11     .put abc2 y=200
12 .end