PDA

View Full Version : Text blurring: antialias problem



ethernal
May 22nd, 2008, 06:28 AM
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?

hoolagon
May 22nd, 2008, 01:42 PM
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?

try embedding the font...
yourTextFormat.embedFonts = true;

Felixz
May 23rd, 2008, 08:55 AM
remove filters
textField.filters=nullor to unblur, just lower alpha to 0