From 04d6d962a589c2340dfc338de749d8fdfe266e85 Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 6 Jun 2004 14:23:43 +0000 Subject: [PATCH] small fixes. --- doc/swfc.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/swfc.xml b/doc/swfc.xml index e2ee61f..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 -- 1.7.10.4