From c54f8b50b469ec2fdc3db6da162fe5767c6a3e54 Mon Sep 17 00:00:00 2001 From: kramm Date: Tue, 30 Mar 2004 14:52:53 +0000 Subject: [PATCH] added glyphnames support --- lib/modules/swftools.c | 2 ++ 1 file changed, 2 insertions(+) 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: -- 1.7.10.4