Cocos版本:2.1.2
打包Web Mobile发布Hago平台。
所有Label的系统字体会向上偏移。
目前解决方法:修改引擎代码textUtils。还请官方解决此问题。
// Draw text the textBaseline ratio (Can adjust the appropriate baseline ratio based on the platform)
let _BASELINE_RATIO = window[“hg”] ? 0 : 0.26;
if (CC_RUNTIME) {
_BASELINE_RATIO = -0.2;
}
1赞