From: kramm Date: Fri, 28 May 2004 08:45:49 +0000 (+0000) Subject: swf_FontUse takes now also a font as argument. X-Git-Tag: release-0-6-0~182 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=3a2f1b644ea46ec16800ea5f6779e98790442d82 swf_FontUse takes now also a font as argument. --- diff --git a/lib/example/glyphshape.c b/lib/example/glyphshape.c index 28f475d..f2075e8 100644 --- a/lib/example/glyphshape.c +++ b/lib/example/glyphshape.c @@ -91,7 +91,7 @@ int main(int argc, char ** argv) SWFFONT * font = Font_Demo_Font(ID_FONT); // change font name here swf_FontInitUsage(font,&use); - swf_FontUse(&use,s); + swf_FontUse(font,&use,s); swf_FontReduce(font,&use); // make sure that gid's point to the specific glyphs memset(&swf,0x00,sizeof(SWF));