X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fexample%2Fglyphshape.c;h=f2075e8ee01ba2fcca74ce7c2f3ff21ba6f242a9;hb=582828b8f1e14254fb5b459555f4beb866ab4d71;hp=28f475d3a0b2a15b334f84b7c92728d3efbf8b9f;hpb=d3f30350af5d5caafe7a21875bc33f6c75f8b2c9;p=swftools.git 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));