Is this online somewhere? Sounds interesting :)

.m

On Wed, Jun 18, 2008 at 12:29 PM, Jon Bradley <[EMAIL PROTECTED]> wrote:

> Don't use scaleX or width/height modifications.
>
> Use transformation matrices.
>
> I have an application that allows the user to scale, rotate, move
> (unconstrained and constrained) a TextField (flash and flex) without
> problems.
>
> The only issues are with the fact that there's a bug in the Flash Player
> with certain settings on the antialiasing - which causes the kerning of the
> text field to jump around wildly.
>
> In my case since this bug rears it's ugly head when text fields are rotated
> or scaled, I apply the transformations to the type and re-render the result
> back into a BitmapData object with the new dimensions of the field.
>
> - jon
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to