.zoomStyle{
        right: 10;
        bottom: 10;
        padding-right: 10;
        fontFamily: myVerdanaFont; 
        fontSize: 12;
        fontStyle: normal;
        kerning: true;
}

where myVerdanaFont is embedded as follows:
[Embed(source='resources/verdana.ttf', 
        fontWeight='normal', 
        fontName='myVerdanaFont', 
        mimeType='application/x-font',
        flashType='true'
)] 
private var font1:Class;

--- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> What does the stylesheet look like?
> 
> ________________________________
> 
> From: [email protected] 
[mailto:[EMAIL PROTECTED] On
> Behalf Of Jeff Schuenke
> Sent: Friday, September 07, 2007 7:56 AM
> To: [email protected]
> Subject: [flexcoders] font in comboBox and Title not the same
> 
> 
> 
> I have set the font for a comboBox using a styleSheet.  The font in 
the
> drop list changes but not the font displayed as a label.  You can 
see
> this here <http://www.miragevideo.com/sample.gif>  
> 
> How can I set the font for the label as well?
> 
> thanks,
> 
> Jeff
>


Reply via email to