From: kramm Date: Tue, 30 Mar 2004 14:52:53 +0000 (+0000) Subject: added glyphnames support X-Git-Tag: stable_core_1~27 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=c54f8b50b469ec2fdc3db6da162fe5767c6a3e54 added glyphnames support --- diff --git a/lib/modules/swftools.c b/lib/modules/swftools.c index e46bd77..b43b5a4 100644 --- a/lib/modules/swftools.c +++ b/lib/modules/swftools.c @@ -250,6 +250,7 @@ static int swf_pseudodefiningtagids[] = ST_NAMECHARACTER, ST_DOINITACTION, ST_VIDEOFRAME, + ST_GLYPHNAMES, -1 }; @@ -658,6 +659,7 @@ void enumerateUsedIDs(TAG * tag, int base, void (*callback)(TAG*, int, void*), v } break; } + case ST_GLYPHNAMES: case ST_DEFINEFONTINFO: case ST_DEFINEFONTINFO2: case ST_VIDEOFRAME: