Hi,

I want my application to have "Lucida Grande" font. Since I am not sure that 
every platform 
has it locally installed, I embedded it. 
I created an swf with Flash CS3, as explained in the tutorial. (To find the 
tutorial look for 
"Embedding fonts from SWF files" in Google. Adobe does not provide any decent 
direct 
link)
I added ALL the characters. The result is a ~900Kb swf.

I embed my font in Flex using:

@font-face {
    src:url("font.swf");
    fontFamily: "Lucida Grande";
}

Sometimes I load text which is Japanese or Chinese. Instead of the text I see 
squares.

How can I solve?

Thanks in advance,

-c.

Reply via email to