X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fdevices%2Fswf.c;h=764f591a163f345425c86ab32199dc4c81e9aff9;hb=0b38eabf882d8bdcd0e92995e8a2478db9cb5ed8;hp=4bf636eb3c9e662729e4cb18dfba941ea812f21b;hpb=e0a27e1bd83ff2d60745dd6030e0f5ef7ef97b82;p=swftools.git diff --git a/lib/devices/swf.c b/lib/devices/swf.c index 4bf636e..764f591 100644 --- a/lib/devices/swf.c +++ b/lib/devices/swf.c @@ -2747,6 +2747,7 @@ static SWFFONT* gfxfont_to_swffont(gfxfont_t*font, const char* id) swf_Shape01DrawerInit(&draw, 0); line = font->glyphs[t].line; + while(line) { FPOINT c,to; c.x = line->sx * GLYPH_SCALE; c.y = line->sy * GLYPH_SCALE;