[]文字从右往左显示异常
laya.display.Text.RightToLeft = true;
let text = new laya.display.Text();
text.text = "abc";
text.fontSize = 60;
Laya.stage.addChild(text);
laya.display.Text.RightToLeft = true;加上这句后显示如图
[attach]12861[/attach]
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
qweasd
赞同来自: