X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=21a60682d04bf633b4c3dbf557eba8e190815ae8;hb=98c2aea6b4805af2151b30ddbafd9de267903e55;hp=31050dd41fab6b4dcc76ecdc02575bb6a0c486f7;hpb=92639540a5db28c4e5cbb87bad85fa4abb886308;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 31050dd..21a6068 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -754,6 +754,8 @@ U8 swf_isPseudoDefiningTag(TAG * t); U8 swf_isAllowedSpriteTag(TAG * t); U8 swf_isImageTag(TAG*tag); U8 swf_isShapeTag(TAG*tag); +U8 swf_isTextTag(TAG*tag); +U8 swf_isFontTag(TAG*tag); U8 swf_isPlaceTag(TAG*tag); U16 swf_GetDefineID(TAG * t);