X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=21a60682d04bf633b4c3dbf557eba8e190815ae8;hb=c98051785717925e8afb55626f88211b8e7a691d;hp=9c330e90d85dc706cec3954b323eba542d0390cb;hpb=548ae10ba18976b2b0ed877fa94c86d3a9468d78;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 9c330e9..21a6068 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -754,6 +754,9 @@ 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); SRECT swf_GetDefineBBox(TAG * t);