X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=doc%2Fswfc.xml;h=5d564094dc10e3fe2e652388d5ca582875a8eeb5;hb=e42e776e0abab94b0f1c326d0834396ccadc0cb2;hp=5aaa6e40778856a02344fc06fc3544862f96b382;hpb=05ec0534bdbb5d066716507ab2c4b50c8dc33ce1;p=swftools.git diff --git a/doc/swfc.xml b/doc/swfc.xml index 5aaa6e4..5d56409 100644 --- a/doc/swfc.xml +++ b/doc/swfc.xml @@ -208,11 +208,11 @@ For example, for the obligatory hello world program: .end - + The text argument expects UTF-8 strings. So if you want to pass any special characters (umlauts, digraphs etc.), they have to be UTF-8 encoded. - + Besides TrueType fonts, swfc also supports native SWF fonts. If you have a SWF with a font you would like to use, do a @@ -261,7 +261,7 @@ objects which you can use in other commands. .flash name="fontoutline.swf" .font Arial "Arial.swf" .textshape helloworld font=Arial size=200% text="Hello World" - .filled filled_helloworld outline=helloworld fill=blue line=5 color=green + .filled filled_helloworld outline=helloworld fill=blue line=3 color=green .put filled_helloworld .end @@ -310,11 +310,11 @@ them for clipping: .flash name="text5.swf" .font courier "Courier.swf" .text hithere text="HELLO" font=courier size=200% -.swf scene Scenery50.swf +.jpeg scenery "scenery.jpg" .frame 0 .startclip hithere pin=center x=100 y=75 scale=50% #text clips... - .put scene # ...the image "scene" + .put scenery scale=50% .end .frame 100 .change hithere rotate+=360 pin=center scale=100%