Copy link to clipboard
Copied
Hi all,
I have a large text that I need to move around (I am making a scrolling viewport).
To speed up the very very slow textfield animation, I tried setting cacheasbitmap to true, but if I do so, the textfield completly disapears on the iPhone (but is perfectly visible on the Desktop : BUG ). Actually, everything I set cacheAsBitmap = true on, dissapears.
My other attempt was drawing the textfield into a bitmap, but eventhough the bitmap looks great on the Desktop, it looks really... jaggy (?) on the iPhone and is unreadable. I have tried playing with the snapping and smoothing settings, to no avail.
So, what else can I try?
Copy link to clipboard
Copied
I guess I found a bug http://bugs.adobe.com/jira/browse/SDK-30836
Copy link to clipboard
Copied
Ok, to speed things up I did the following:
I actually runs quite good on CPU rendering now.
Copy link to clipboard
Copied
How can you tell it is faster to not use embedded fonts? I have been checking for events and any indication for when the text has rendered and I have found none.