vote up 2 vote down star

Sometimes while typing in a textarea in Flex many characters will be rendered at one height then at some point on that same text line the rest of the characters are rendered a couple pixels lower than the rest. Here is an example, look at the last 'I' character, its low:alt text

Sometimes changing the font size will fix this but its not consistent and its not something I can detect (and fix even if I could). Anybody got an idea why this happens? It happens for embedded and non-embedded fonts.

Thanks, Sam

flag

54% accept rate

1 Answer

vote up 1 vote down check

Flash acts strange sometimes when movie clips, textboxes etc are not on whole pixels. Make sure the textbox has integers for it's coordinates. If it is in any movie clips, make sure those movie clips have integers for coordinates too.

The other option would be to fudge around with the anti-aliasing features in Flash, but that's always a hit-or-miss situation.

link|flag
This led me to the solution which was I was rotating the text field by 0.1 deg and that was causing the weird drop. I can't tell if its directly related to the 0.1deg rotation or the fact that rotating it by 0.1deg causes its width to no longer be an integer :) – Shizam Nov 2 at 0:03
Brilliant. Flash is great, but it has a few quirks :) – Goose Bumper Nov 2 at 1:45

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.