[]微信小游戏IDE加载位图字体,提示错误
错误提示如下:xml.getElementsByTagName is not a function
TypeError: xml.getElementsByTagName is not a function
at BitmapFont.__proto.parseFont (http://127.0.0.1:61385/game/code.js:803:17)
at Loader.__proto.onLoaded (http://127.0.0.1:61385/game/code.js:12700:11)
at HTMLImage.onload (http://127.0.0.1:61385/game/code.js:21213:15)
at Image._source._source.onload (http://127.0.0.1:61385/game/code.js:20175:11)
请问这是什么问题,微信小游戏支持加载位图字体吗?
TypeError: xml.getElementsByTagName is not a function
at BitmapFont.__proto.parseFont (http://127.0.0.1:61385/game/code.js:803:17)
at Loader.__proto.onLoaded (http://127.0.0.1:61385/game/code.js:12700:11)
at HTMLImage.onload (http://127.0.0.1:61385/game/code.js:21213:15)
at Image._source._source.onload (http://127.0.0.1:61385/game/code.js:20175:11)
请问这是什么问题,微信小游戏支持加载位图字体吗?
没有找到相关结果
已邀请:
要回复问题请先登录
7 个回复
qian
赞同来自:
你传一个demo我们看看吧
qian
赞同来自:
https://ask.layabox.com/question/10252
zh920627
赞同来自:
zh920627
赞同来自:
liwenhua
赞同来自:
玄易
赞同来自:
183*****291
赞同来自:
在core.js中
/**
*资源加载完成的处理函数。
*@param data 数据。
*/
__proto.onLoaded=function(data){
在
var bFont=new BitmapFont();
bFont.parseFont(this._data,data);之前加入
this._data = Utils.parseXMLFromString(this._data);就ok了