0
我的代碼TextArea字體不變。 ActionScript 3中,八哥
private var Text:TextArea = new TextArea();
Text.y = stage.stageHeight - 185;
Text.height = 170;
Text.width = 1320;
Text.x = 15;
Text.isEditable = false;
Text.text = "";
Text.textEditorFactory = function():ITextEditorViewPort
{
var editor:TextFieldTextEditorViewPort = new TextFieldTextEditorViewPort();
editor.textFormat = new TextFormat("Consolas", 12, 0x333333);
return editor;
}
this.addChild(Text);
後續位但這似乎並沒有工作。我試圖查找它,但我認爲這應該工作。 如果有人知道爲什麼這不起作用,請在這裏發佈。
在此先感謝。
你使用文本框八哥還是你使用的羽毛呢? – Duckdoom5
@ Duckdoom5它的羽毛TextArea –
你使用羽毛主題嗎? – Duckdoom5