请问如何解决 文字在三维空间被挤压的效果
(2009-06-30 15:51:52)
文字是添加在 plane 对象的贴图上,该文字使用的字体已经嵌入到了 SWF 中,并制作成了位图,但还是有挤压效果,文字很难阅读,且不美观。
有哪位朋友有解决之法吗?
我是这样写的:
var fontS:Font = new FontS();
var textFormat:TextFormat = new TextFormat();
textFormat.font = fontS.fontName;
var tempText:TextField = new TextField();
tempText.defaultTextFormat = textFormat;
tempText.embedFonts=true;
tempText.text = "华北等地高温仍持续 多省市将有强对流天气";