From 3a2f1b644ea46ec16800ea5f6779e98790442d82 Mon Sep 17 00:00:00 2001 From: kramm Date: Fri, 28 May 2004 08:45:49 +0000 Subject: [PATCH] swf_FontUse takes now also a font as argument. --- lib/example/glyphshape.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 1.7.10.4