摘要: function UITool.getCharLength(str) str = str or "" local strLength = 0 local len = string.len(str) while str do local fontUTF = string.byte(str,1) if fontUTF == nil ... 阅读全文
posted @ 2017-03-16 12:54 骑着驴的王子 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 1、代码优化一 text创建的时候,设置字体要比创建完成再设置效率高。 注意:字体库(太大没加载也卡) 优: 慢: 未完待续卡顿优化 http://www.cocoachina.com/bbs/read.php?tid=1693190 http://blog.csdn.net/qinning199/ 阅读全文
posted @ 2017-03-16 12:53 骑着驴的王子 阅读(391) 评论(0) 推荐(0) 编辑