git.asbjorn.biz
/
swftools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
added checking for freetype.
[swftools.git]
/
doc
/
examples
/
fonts.sc
1
# fonts.sc
2
#
3
# fonts&text
4
5
.swf 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