[]HTMLDivElement 设置字体
HTMLDivElement 设置字体不生效,需要怎样设置的?多谢
let html:laya.html.dom.HTMLDivElement = new laya.html.dom.HTMLDivElement();
html.innerHTML = "<span style='font-weight:bold; font:24px SimHei' color='#ff0000'>欢迎你的加入</span>"
+"<span style='font-weight:bold; font:24px Arial' color='#ff0000'>欢迎你的加入</span>";
this.addChild(html);
let html:laya.html.dom.HTMLDivElement = new laya.html.dom.HTMLDivElement();
html.innerHTML = "<span style='font-weight:bold; font:24px SimHei' color='#ff0000'>欢迎你的加入</span>"
+"<span style='font-weight:bold; font:24px Arial' color='#ff0000'>欢迎你的加入</span>";
this.addChild(html);
没有找到相关结果
已邀请:
2 个回复
Aar0n
赞同来自:
zeorro
赞同来自: