Recovery BUG1: let html = new Laya.HTMLDivElement(); html.style.family = "黑体";html.style.family指定字体无效,因为内部创建的style没有继承family属性。添加(Laya.HTMLStyle as any)._inheritProps.push('family');则显示正常BUG2:span标签可以指定字体但是内部无法使用来换行,会报错附件:Test.zip Test.zip0B