Text blurring: antialias problem

I have some textfields that I want to blur and unblur depending on the user interactions. They blur correctly, but when they unblur the text looks pixelated.

It happens with static and dynamic textfields, there is no difference. But it happens with textfields that I have applied a textformat to, and not with those which are formatted at the IDE.

Any idea?

[quote=ethernal;2329585]I have some textfields that I want to blur and unblur depending on the user interactions. They blur correctly, but when they unblur the text looks pixelated.

It happens with static and dynamic textfields, there is no difference. But it happens with textfields that I have applied a textformat to, and not with those which are formatted at the IDE.

Any idea?[/quote]

try embedding the font…
yourTextFormat.embedFonts = true;

remove filters

textField.filters=null

or to unblur, just lower alpha to 0