Just native版本:LayaNative-Release-2.0.2 文本边缘有多余的线web版未出现 2019/7/1 16:51更新使用最新版本LayaNative-Release-2.1.0测试依然有线,上传了测试工程和apk,麻烦官方大大看下呢,看看有什么临时解决办法没有了附件:TestTextLine210.zip文字多余的线.zip TestTextLine210.zip0B 文字多余的线.zip0B
郭兆奎 绕过方法:TextTexture.as替换这两个函数 public function discard():void { Laya.stage.setGlobalRepaint(); this.destroy(); } public static function getTextTexture(w:int, h:int):TextTexture { return new TextTexture(w, h); }