X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=d33c2680dabbd587bb2de08a8f069e175f9fe3eb;hb=1c4a73aad1f534c7cc0bb59b890d70eae52bbf32;hp=4b3ca32d3eb3f2555e7458e8e0c9223ec6d63f9f;hpb=cb7a8d34e7e1163897e5c11e36f805ced9bba5dc;p=swftools.git 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);