Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
_funkyboy #1
Problem displaying Japanese characters
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.)
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.
_funkyboy Guest
-
Japanese characters.
Hi, In Acrobat SDK 6.0 we are using wordproc to fetch the word from pdf document. We are creating links for that word also. I want to extract word... -
Japanese displaying
Hi, I have the same problem. I've noticed it usually happens with text boxes with news or similar. Curiously I can read japanese properly in both... -
Japanese characters
I am puting into a SQL server DB that is set to VarChar and i am using CF 6.1. I want to do this in Japanese however all I am getting is "????"... -
Japanese Characters?
How do I incorporate Japanese characters into a German version of Flash MX? Is Japanese text right-to-left? Top-to-bottom? Any clues would be... -
how to read japanese characters (multilingual characters) from a text file and save them in Access database ???
HI All i m trying to read a text file, having some japanese characters and saved as UTF-8 encoding. I m using ASP,FSO ... my code is below,... -
shawn.yale #2
Re: Problem displaying Japanese characters
I would check that font. I don't think Lucidia Grande supports a full unicode set.
shawn.yale Guest
-
_funkyboy #3
Re: Problem displaying Japanese characters
Thanks. You are right. Apart from sans-serif you know other fonts with full unicode support?
_funkyboy Guest



Reply With Quote

