In the "Embed...Character Embedding" window in the Flash environment, you can select to embed Japanese Kanji. Does anyone know of a way to embed the same using a TextField created with Actionscript?
| |||
|
feedback
|
|
You need to create a font symbol in your library and assign a linkage class (in this case "Font1"):
See article on Embedding fonts | ||||
|
feedback
|
|
I usually use this with succes:
| |||
|
feedback
|
|
Actually, I ended up finding out that the best way to support Kanji (in my case) was to not embed the font at all and just use the _sans option in the TextField. | |||
|
feedback
|