Hi,
I have embedded font in my main application.
1)The embedded font are applying controls( like Text) text is visible
in local machine but when the same SWF is deployed on the server i.e.
Windows server, the embedded text is not coming.
2) The text(with embedded fonts) are not appearing as it is on
server.Bold and italics are not coming. Text coming in normal form.

I am doing embedding in this way.
@font-face
{
        src: url("assets/fonts/verdana.TTF");
        fontFamily: "QVerdana";
}

Can anyone tell me how i can solve this.

Thanks,
RD
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to