Select to view content in your preferred language

TextRotation: How to rotate a textSymbol or graphic?

556
1
05-24-2010 10:16 PM
PaulRichards
Deactivated User
Hi,
     Is it possible to rotate a textSymbol ' using the "angle" property?  I am unable to rotate the textSymbol by specifying the angle property.  I'd already tried using the rotation property of graphic but end up with font embedding issues. Is it possible to rotate the text graphics w/o embedding the fonts viz...

Thanks...
Paul
Tags (2)
0 Kudos
1 Reply
SarthakDatt
Frequent Contributor
In the 1.x version of the Flex api (built on flex 3 sdk), rotation(angle) and transparency(alpha) worked only with embedded fonts.

But with a new text engine in Flex 4, it allows us to do integrated rendering on device fonts(both rotation and alpha supported). The current version of the api, does not take advantage of it. But it would be there in the next release.

-- Sarthak Datt
0 Kudos