1) Check first weather font family (verdana.ttf)exist in your system or not(in the system font folder) 2) if exist create one new folder in src folder and copy the font family, give url path matching to location of font where u have copied
On Mon, Nov 8, 2010 at 4:12 PM, Bambam Choudhary <[email protected]>wrote: > 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]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > -- 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.

