PDA

View Full Version : Pixelated Text on zoom


Torres
06-23-2009, 10:20 AM
Hi,
I have implemented a pan and zoom function on my code.

Whern I zoom in all components look perfectly rescaled, all shapes and lines.

However my text becomes pixelated and isn't redrawn. Is there a method to make it appear smooth and readable even when I zoom in or move the screen around from its original position?

Many Thanks.
T

Tilpo
06-23-2009, 11:19 AM
No it's not possible to change that. Then you'd have to edit the whole component your self, and not just skin it, edit the source is what i mean.

But you can maybe play around with something like this:
var TF:TextFormat = new TextFormat();
myButton.setStyle("TextFormat", TF);