From 1c4a73aad1f534c7cc0bb59b890d70eae52bbf32 Mon Sep 17 00:00:00 2001 From: kramm Date: Sat, 20 Oct 2007 17:14:41 +0000 Subject: [PATCH] added fontextract functions --- lib/rfxswf.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 4b3ca32..d33c268 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -554,6 +554,10 @@ int swf_FontEnumerate(SWF * swf,void (*FontCallback) (void*,U16,U8*), void*self) int swf_FontExtract(SWF * swf,int id,SWFFONT ** f); // Fetches all available information from DefineFont, DefineFontInfo, DefineText, ... // id = FontID, id=0 -> Extract first Font +int swf_FontExtract_DefineFont2(int id, SWFFONT * font, TAG * tag); +int swf_FontExtract_DefineFontInfo(int id, SWFFONT * f, TAG * t); +int swf_FontExtract_DefineFont(int id, SWFFONT * f, TAG * t); +int swf_FontExtract_GlyphNames(int id, SWFFONT * f, TAG * tag); int swf_FontIsItalic(SWFFONT * f); int swf_FontIsBold(SWFFONT * f); -- 1.7.10.4