X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=a86943d2f27b63464998d41607a63f3cf746b3dd;hb=f72efb3e0b08321fe70a478bf939c312ed7564ce;hp=31050dd41fab6b4dcc76ecdc02575bb6a0c486f7;hpb=92639540a5db28c4e5cbb87bad85fa4abb886308;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 31050dd..a86943d 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); @@ -976,7 +978,7 @@ typedef struct RENDERBUF void*internal; } RENDERBUF; -void swf_Render_Init(RENDERBUF*buf, int posx, int posy, int width, int height, char antialize, int scale); +void swf_Render_Init(RENDERBUF*buf, int posx, int posy, int width, int height, int antialize, int multiply); void swf_Render_SetBackground(RENDERBUF*buf, RGBA*img, int width, int height); void swf_Render_SetBackgroundColor(RENDERBUF*buf, RGBA color); RGBA* swf_Render(RENDERBUF*dest);