2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module TextAtlas
|
2014-03-20 10:21:28 +08:00
|
|
|
-- @extend Widget
|
2014-03-18 15:55:30 +08:00
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
--------------------------------
|
2014-05-14 17:52:20 +08:00
|
|
|
-- @function [parent=#TextAtlas] getStringLength
|
2014-03-10 14:04:58 +08:00
|
|
|
-- @param self
|
2014-05-14 17:52:20 +08:00
|
|
|
-- @return long#long ret (return value: long)
|
2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
2014-05-14 17:52:20 +08:00
|
|
|
-- @function [parent=#TextAtlas] getString
|
2014-03-10 14:04:58 +08:00
|
|
|
-- @param self
|
|
|
|
-- @return string#string ret (return value: string)
|
|
|
|
|
2014-04-18 10:51:14 +08:00
|
|
|
--------------------------------
|
2014-05-14 17:52:20 +08:00
|
|
|
-- @function [parent=#TextAtlas] setString
|
2014-04-18 10:51:14 +08:00
|
|
|
-- @param self
|
2014-05-14 17:52:20 +08:00
|
|
|
-- @param #string str
|
2014-04-18 10:51:14 +08:00
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
--------------------------------
|
2014-05-14 17:52:20 +08:00
|
|
|
-- @function [parent=#TextAtlas] setProperty
|
2014-03-10 14:04:58 +08:00
|
|
|
-- @param self
|
|
|
|
-- @param #string str
|
2014-05-14 17:52:20 +08:00
|
|
|
-- @param #string str
|
|
|
|
-- @param #int int
|
|
|
|
-- @param #int int
|
|
|
|
-- @param #string str
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#TextAtlas] adaptRenderers
|
|
|
|
-- @param self
|
2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
2014-04-04 18:45:34 +08:00
|
|
|
-- overload function: create(string, string, int, int, string)
|
|
|
|
--
|
|
|
|
-- overload function: create()
|
|
|
|
--
|
|
|
|
-- @function [parent=#TextAtlas] create
|
2014-03-10 14:04:58 +08:00
|
|
|
-- @param self
|
2014-04-04 18:45:34 +08:00
|
|
|
-- @param #string str
|
|
|
|
-- @param #string str
|
|
|
|
-- @param #int int
|
|
|
|
-- @param #int int
|
|
|
|
-- @param #string str
|
|
|
|
-- @return TextAtlas#TextAtlas ret (retunr value: ccui.TextAtlas)
|
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#TextAtlas] createInstance
|
|
|
|
-- @param self
|
|
|
|
-- @return Ref#Ref ret (return value: cc.Ref)
|
|
|
|
|
2014-03-18 15:55:30 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#TextAtlas] getVirtualRenderer
|
|
|
|
-- @param self
|
|
|
|
-- @return Node#Node ret (return value: cc.Node)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#TextAtlas] getDescription
|
|
|
|
-- @param self
|
|
|
|
-- @return string#string ret (return value: string)
|
|
|
|
|
|
|
|
--------------------------------
|
2014-04-18 10:51:14 +08:00
|
|
|
-- @function [parent=#TextAtlas] getVirtualRendererSize
|
2014-03-18 15:55:30 +08:00
|
|
|
-- @param self
|
|
|
|
-- @return size_table#size_table ret (return value: size_table)
|
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#TextAtlas] TextAtlas
|
|
|
|
-- @param self
|
|
|
|
|
|
|
|
return nil
|