Hi, When button rotation , then its Label is not visible. I have try to resolve this issue Using Font Embed method but not label do not show.
My mxml file is: <?xml version="1.0"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" > <mx:Style> @font-face { src: url(verdana.ttf); fontFamily: myPlainFont; advancedAntiAliasing: true; } .myStyle1 { fontFamily: myPlainFont; fontSize:12pt } </mx:Style> <mx:Script><![CDATA[ import mx.managers.SystemManager; import flash.text.TextFormat; ]]></mx:Script> <mx:HBox> <mx:Button id="btnMenu" label="Menu" styleName="myStyle1" rotation="-90"/> </mx:HBox> </mx:Application> Thanks Bambam -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

