From b0b810eccb37070019e586d12adf14765c1cd354 Mon Sep 17 00:00:00 2001 From: kramm Date: Thu, 13 Jun 2002 16:30:22 +0000 Subject: [PATCH] bugfix: font glyph boundaries weren't stored. --- lib/modules/swftext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules/swftext.c b/lib/modules/swftext.c index 28ebc15..500d6c9 100644 --- a/lib/modules/swftext.c +++ b/lib/modules/swftext.c @@ -256,7 +256,7 @@ int swf_FontExtract_DefineFont2(int id,SWFFONT * font,TAG * tag) font->layout->bounds = malloc(glyphcount*sizeof(SRECT)); for(t=0;tlayout->bounds); + swf_GetRect(tag, &font->layout->bounds[t]); } kerningcount = swf_GetU16(tag); -- 1.7.10.4