public class Test
{
public function Test()
{
Laya.init(550,400);
Laya.stage.bgColor="#EEFFCC";
Laya.loader.load("hu.ttf",Handler.create(this,onLoaded),null,Loader.BUFFER);
}
private function onLoaded():void
{
var arr:ArrayBuffer=Laya.loader.getRes("hu.ttf");
if(Browser.window.conch)
{
Browser.window.conch.setFontFaceFromBuffer("hu",arr);
}
var text:Text=new Text();
text.font="hu";
text.fontSize=50;
text.text="哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈!";
Laya.stage.addChild(text);
text.width=100;
text.height=100;
}
}
}
3 个回复
cuixueying
赞同来自:
皮
赞同来自:
泥潭里的金鱼
赞同来自: