> Basically, with swfmill, pixel fonts seem to be wrongly > rendered (they go offset orizzontaly) getting blurred. What do you call pixel fonts ? Fonts that have been embedded from flash IDE ? Bitmap font ? Vector font that has been created to simulate pixel rendering ?
If the rendering blurred them, that probably means that flash player thinks they are vector based ones. Be sure to put them on stage, on pixel, not sub-pixel : _x=10, not _x=10.3 BTW, consider using FlashType with swf8 : tf.antiAliasType tf.gridFitType ----------- Eric Priou (aka erixtekila) In progress tech blog : http://blog.v-i-a.net/ Oregano XML Socket forum : http://forum.v-i-a.net/ _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
