• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 159 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0034 秒)

21. laya 1.0 源码中 RunDriver.as里measureText的问题 [ 90%]

...tic var hanzi:RegExp = new RegExp("^[\u4E00-\u9FA5]$"); private static var fontMap:Array = ; public static var measureText:Function = function(txt:String, font:String):* { var isChinese:Boolean = hanzi.test(txt); if (isChinese && fontMap[font]) { return fontMap[font]; } var ctx:* = Browser.c...

来源: Laya_社区 发布时间: 20190610

22. 微信小游戏加载 BitmapFont 问题 [ 89%]

微信小游戏加载 BitmapFont 问题 IDE 版本:1.7.19.1beta LayaAir 版本:1.7.19.1beta ------------------------ 发布成微信小游戏之后,解析 BitmapFont 出错 ------------------------ game.js 里面有添加这些 require("weapp-adapter.js"); window.Parser = require("./js/dom_pa...

来源: Laya_社区 发布时间: 20180704

23. 程序可以运行,但是过一段时间会出现Uncaught TypeError: Cannot read property 'font' of null错误,如何修改代码 [ 89%]

...,但是过一段时间会出现Uncaught TypeError: Cannot read property 'font' of null错误,如何修改代码 附件 : --> 2017-11-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 wudi199553 赞同来自: ...

来源: Laya_社区 发布时间: 20171103

24. 文本排版错乱 [ 89%]

...LDivElement(); html.width=580; html.x=100; html.innerHTML="<span style='font-weight:bold;font:22px'>1771,英国科学家普利斯特利</span><span style='font:22px'>的实验结论:</span>" + "<span style='font:22px' href='https://ask.layabox.com/www.baidu.com '>植...

来源: Laya_社区 发布时间: 20170609

25. HTMLDivElement 内容没法正常显示 [ 89%]

...里面内容没法正常显示,里面的html代码是   <div style="font-size:60;width:900px">aaaa</div><div style="font-size:60">bbbbbbbbbbbb</div><div style="font-size:60">cccccccccccc</div><div style="font-size:60">dddddddddd</div><div style="...

来源: Laya_社区 发布时间: 20170527

26. 电脑的谷歌浏览器移动端HTMLDivElement图文混排会报错 [ 88%]

..." width="47" height="20" /></span> <span style='color:#dbd4bb;font-size:undefined'><font color='#e9a118'>简单雅洁:</font><font>***</font></span>" 电脑的谷歌浏览器移动端 附件 : --> 2020-07-15 1 条评论 免费帖 --> 分享 微博 QZON...

来源: Laya_社区 发布时间: 20200715

27. AS引用AS项目打包出来的JS不能用 [ 87%]

...ion: absolute; left: 0px; visibility: hidden; top: 0px; background: white; font-style: normal; font-variant: normal; font-weight: normal; font-stretch: normal; font-size: 25px; line-height: normal; font-family: Arial;">1</div></div> 这样的,还会报错Uncaught RangeError: Maximum...

来源: Laya_社区 发布时间: 20170322

28. HtmlDivElement文本的居中与不换行冲突问题 [ 87%]

...ign=“center”,换行_html.style.wordWrap=false,_html.innerHtml="<font>显示的字符</font>"时,文本不会换行,我的舞台是750宽度的,按理来说显示的字符应该在舞台中间。 然后我把HtmlDivElement文本的换行属性_html.style.wordWrap设置为tru...

来源: Laya_社区 发布时间: 20190628

29. HTMLDivElement中image标签多次赋值报错 [ 86%]

...aragraph() { var p = new HTMLDivElement(); Laya.stage.addChild(p); p.style.font = "Impact"; p.style.fontSize = 30; var html = '<span style="color:black;font-weight:bold;font:24px Arial">  a paragraph from external html.</span>\ <br/>\ <span style="color:white;f...

来源: Laya_社区 发布时间: 20180808

30. 位图字体的制作与使用(JavaScript-LayaAir基础篇(JS)-文本) [ 84%]

...g/2.png) 3.下载安装 windows下免费的位图字体制作工具 Bitmap Font Generator。 下载地址:[http://www.angelcode.com/products/bmfont/](http://www.angelcode.com/products/bmfont/install_bmfont_1.13.exe) 4.打开软件,选择 Opotion->FontSetting,来设定需要导出的字体的...

来源: Laya2.0_文档 发布时间: 20201114