2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module MenuItemAtlasFont
|
2014-03-20 10:21:28 +08:00
|
|
|
-- @extend MenuItemLabel
|
2014-06-25 17:36:50 +08:00
|
|
|
-- @parent_module cc
|
2014-03-18 15:55:30 +08:00
|
|
|
|
2015-05-05 11:31:53 +08:00
|
|
|
--------------------------------
|
|
|
|
-- Initializes a menu item from a string and atlas with a target/selector.
|
|
|
|
-- @function [parent=#MenuItemAtlasFont] initWithString
|
|
|
|
-- @param self
|
|
|
|
-- @param #string value
|
|
|
|
-- @param #string charMapFile
|
|
|
|
-- @param #int itemWidth
|
|
|
|
-- @param #int itemHeight
|
|
|
|
-- @param #char startCharMap
|
|
|
|
-- @param #function callback
|
|
|
|
-- @return bool#bool ret (return value: bool)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- js ctor
|
|
|
|
-- @function [parent=#MenuItemAtlasFont] MenuItemAtlasFont
|
|
|
|
-- @param self
|
|
|
|
-- @return MenuItemAtlasFont#MenuItemAtlasFont self (return value: cc.MenuItemAtlasFont)
|
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
return nil
|