Panel has a style declaration for the title �C titleStyleName which per the 
docs doesn’t inherit CSS. You’ll have to define the style and refer to your 
embedded font.

________________________________
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of j2me_soul
Sent: Tuesday, July 07, 2009 12:19 PM
To: flexcoders
Subject: [flexcoders] panel rotation problem





If I change the rotation property of a panel, the title will disappear.

Although I use the embed font file. How should I do ?



<mx:Panel title="Title" width="300" height="500" id="panel"

click="panel.rotation+=2;"/>



CSS FILE



@font-face{

 src: url(msyh.ttf);

 font-family: MM;

}

global

{

 font-family: MM;

}





________________________________
200万种商品,最低价格,疯狂诱惑你<http://count.mail.163.com/redirect/footer.htm?f=http://gouwu.youdao.com>



Reply via email to