Hi,
It seems that swf8 define new tags for font metrics. swfmill doesn't actually output that when version=8 is used. Here are the tags : <UnknownTag id="0x4B"> <UnknownTag id="0x49"> There also seems to have another one for anti-aliasing (tag 74) Seems to be a bytecode equivalent to : TextRenderer.setAdvancedAntialiasingTable **** public static setAdvancedAntialiasingTable(fontName:String, fontStyle:String, colorType:String, advancedAntialiasingTable:Array) : Void Sets a custom continuous stroke modulation (CSM) lookup table for a font. This is an advanced method. Flash Player only includes advanced anti-aliasing settings for 10 basic fonts; and for these fonts, advanced anti-aliasing settings are only provided for the font sizes from 6 to 20. For these fonts, all sizes below 6 use the settings for 6; all sizes above 20 use the settings for 20. Other fonts map to the supplied font data. The setAdvancedAntialiasingTable() method lets you set custom anti-aliasing data for other fonts and font sizes, or override the default settings for the provided fonts. **** I've found on this reference good infos about that : http://wiki.jswiff.com/Wiki.jsp?page=Flash8Tags Is it a hard job to implement that ? Thanks. ----------- erixtekila http://blog.v-i-a.net/ _______________________________________________ swfmill mailing list swfmill@osflash.org http://osflash.org/mailman/listinfo/swfmill_osflash.org