I used a trick and it works
1- Copy two (.swc) files from flash cs6 or cs5 (support tlf text)
textLayout.swc
tlfruntime.swc
2- Paste them into( Adobe Flash CC CommonConfigurationActionScript 3.0libs)
3- Restart flash
4- Use the TLFTextField method
import fl.text.TLFTextField;
var txt:TLFTextField = new TLFTextField ;
txt.text = "???? ??????";
addChild(txt);
5- Make sure to embed font to the library .
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…