mirror of https://github.com/axmolengine/axmol.git
95 lines
2.6 KiB
Lua
95 lines
2.6 KiB
Lua
|
|
--------------------------------
|
|
-- @module LabelBMFont
|
|
--------------------------------
|
|
-- @function [parent=#LabelBMFont] setLineBreakWithoutSpace
|
|
-- @param self
|
|
-- @param #bool bool
|
|
|
|
--------------------------------
|
|
-- @function [parent=#LabelBMFont] getBlendFunc
|
|
-- @param self
|
|
-- @return BlendFunc#BlendFunc ret (return value: cc.BlendFunc)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#LabelBMFont] isOpacityModifyRGB
|
|
-- @param self
|
|
-- @return bool#bool ret (return value: bool)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#LabelBMFont] getLetter
|
|
-- @param self
|
|
-- @param #int int
|
|
-- @return Sprite#Sprite ret (return value: cc.Sprite)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#LabelBMFont] getString
|
|
-- @param self
|
|
-- @return string#string ret (return value: string)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#LabelBMFont] setBlendFunc
|
|
-- @param self
|
|
-- @param #cc.BlendFunc blendfunc
|
|
|
|
--------------------------------
|
|
-- @function [parent=#LabelBMFont] setString
|
|
-- @param self
|
|
-- @param #string str
|
|
|
|
--------------------------------
|
|
-- @function [parent=#LabelBMFont] initWithString
|
|
-- @param self
|
|
-- @param #string str
|
|
-- @param #string str
|
|
-- @param #float float
|
|
-- @param #cc.TextHAlignment texthalignment
|
|
-- @param #point_table point
|
|
-- @return bool#bool ret (return value: bool)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#LabelBMFont] setOpacityModifyRGB
|
|
-- @param self
|
|
-- @param #bool bool
|
|
|
|
--------------------------------
|
|
-- @function [parent=#LabelBMFont] getFntFile
|
|
-- @param self
|
|
-- @return string#string ret (return value: string)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#LabelBMFont] setFntFile
|
|
-- @param self
|
|
-- @param #string str
|
|
-- @param #point_table point
|
|
|
|
--------------------------------
|
|
-- @function [parent=#LabelBMFont] setAlignment
|
|
-- @param self
|
|
-- @param #cc.TextHAlignment texthalignment
|
|
|
|
--------------------------------
|
|
-- @function [parent=#LabelBMFont] setWidth
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
--------------------------------
|
|
-- overload function: create()
|
|
--
|
|
-- overload function: create(string, string, float, cc.TextHAlignment, point_table)
|
|
--
|
|
-- @function [parent=#LabelBMFont] create
|
|
-- @param self
|
|
-- @param #string str
|
|
-- @param #string str
|
|
-- @param #float float
|
|
-- @param #cc.TextHAlignment texthalignment
|
|
-- @param #point_table point
|
|
-- @return LabelBMFont#LabelBMFont ret (retunr value: cc.LabelBMFont)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#LabelBMFont] LabelBMFont
|
|
-- @param self
|
|
|
|
return nil
|