File hp/display/TextLabel.lua

Functions

M:copyParams (params) パラメータを各プロパティにコピーします.
M:getTextSize () テキストサイズを返します.
M:new (params) TextLabelインスタンスを生成して返します.
M:setHeight (height) 高さを設定します.
M:setSize (width, height) サイズを設定します.
M:setTextSize (points, dpi) テキストサイズを設定します.
M:setWidth (width) 幅を設定します.

Tables

TextLabel テキストを描画するモジュールです.
MOAITextBoxを生成して返します.


Functions

M:copyParams (params)
パラメータを各プロパティにコピーします.

Parameters

  • params:
M:getTextSize ()
テキストサイズを返します.
M:new (params)
TextLabelインスタンスを生成して返します.

Parameters

  • params:
M:setHeight (height)
高さを設定します.

Parameters

  • height:
M:setSize (width, height)
サイズを設定します.

Parameters

  • width:
  • height:
M:setTextSize (points, dpi)
テキストサイズを設定します.

Parameters

  • points:
  • dpi:
M:setWidth (width)
幅を設定します.

Parameters

  • width:

Tables

TextLabel
テキストを描画するモジュールです.
MOAITextBoxを生成して返します.

Valid XHTML 1.0!