SoFunction
Updated on 2025-04-11

Flash system font display problem

ask:
var tempText:TextField = new TextField();
= "test";
(new TextFormat("Bold", 20))
Setting the font size is effective, setting the English font is also effective, but if setting the Chinese, it will always display Song font.
I tried setting it to "SIMHEI", it's still Song style
Is this caused by insufficient flash support for Chinese? Is there any solution?



answer:

Haha I've experienced this question I've asked

There is no solution. It is not good for Chinese support. . . .

Unless you use tools to draw a dynamic text box

Instead of creating it with code

It will be effective!