X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fexample%2Ftext.c;h=120e2a14314ff911066f96e3dafaf4923831e82d;hb=98b9672527a4f5b50f394a4e5bc20d3c3a77bab7;hp=c346251e22751931532a48754f051948073699a8;hpb=d3f30350af5d5caafe7a21875bc33f6c75f8b2c9;p=swftools.git diff --git a/lib/example/text.c b/lib/example/text.c index c346251..120e2a1 100644 --- a/lib/example/text.c +++ b/lib/example/text.c @@ -76,7 +76,7 @@ int main(int argc, char ** argv) swf_FontAddLayout(font,0,0,0); swf_FontInitUsage(font,&use); - swf_FontUse(&use,BANNER_TEXT); // SWF reduces font information to the used glyphs + swf_FontUse(font,&use,BANNER_TEXT); // SWF reduces font information to the used glyphs swf_FontReduce(font,&use); memset(&swf,0x00,sizeof(SWF));