diff options
Diffstat (limited to 'meta/3rd/Cocos4.0/library/ccui/TextBMFont.lua')
m--------- | meta/3rd/Cocos4.0 | 0 | ||||
-rw-r--r-- | meta/3rd/Cocos4.0/library/ccui/TextBMFont.lua | 55 |
2 files changed, 0 insertions, 55 deletions
diff --git a/meta/3rd/Cocos4.0 b/meta/3rd/Cocos4.0 new file mode 160000 +Subproject c0b2259e0d367561fd4563ae114b029b4dfe3a8 diff --git a/meta/3rd/Cocos4.0/library/ccui/TextBMFont.lua b/meta/3rd/Cocos4.0/library/ccui/TextBMFont.lua deleted file mode 100644 index 8f535439..00000000 --- a/meta/3rd/Cocos4.0/library/ccui/TextBMFont.lua +++ /dev/null @@ -1,55 +0,0 @@ ----@meta - ----@class ccui.TextBMFont :ccui.Widget -local TextBMFont={ } -ccui.TextBMFont=TextBMFont - - - - ----* Gets the string length of the label.<br> ----* Note: This length will be larger than the raw string length,<br> ----* if you want to get the raw string length, you should call this->getString().size() instead<br> ----* return string length. ----@return int -function TextBMFont:getStringLength () end ----* get string value for labelbmfont ----@return string -function TextBMFont:getString () end ----* set string value for labelbmfont ----@param value string ----@return self -function TextBMFont:setString (value) end ----* ----@return cc.ResourceData -function TextBMFont:getRenderFile () end ----* init a bitmap font atlas with an initial string and the FNT file ----@param fileName string ----@return self -function TextBMFont:setFntFile (fileName) end ----* reset TextBMFont inner label ----@return self -function TextBMFont:resetRender () end ----@overload fun(string:string,string:string):self ----@overload fun():self ----@param text string ----@param filename string ----@return self -function TextBMFont:create (text,filename) end ----* ----@return cc.Ref -function TextBMFont:createInstance () end ----* ----@return cc.Node -function TextBMFont:getVirtualRenderer () end ----* Returns the "class name" of widget. ----@return string -function TextBMFont:getDescription () end ----* ----@return size_table -function TextBMFont:getVirtualRendererSize () end ----* Default constructor<br> ----* js ctor<br> ----* lua new ----@return self -function TextBMFont:TextBMFont () end
\ No newline at end of file |