摘要:
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 ... 阅读全文
摘要:
1、代码优化一 text创建的时候,设置字体要比创建完成再设置效率高。 注意:字体库(太大没加载也卡) 优: 慢: 未完待续卡顿优化 http://www.cocoachina.com/bbs/read.php?tid=1693190 http://blog.csdn.net/qinning199/ 阅读全文