Class enchant.ui.MutableText
- Defined in: ui.enchant.js
Constructor Attributes | Constructor Name and Description |
---|---|
enchant.ui.MutableText(posX, posY, width)
ビットマップフォントを用いたラベルクラス
(参考: draw.text.js http://d.hatena.ne.jp/nakamura001/20110430/1304181043)
enchant.js 添付素材の font*.png が利用可能。
|
Method Summary
Method Attributes | Method Name and Description |
---|---|
setText(txt)
ラベルの内容を書き換える関数
|
Class Detail
enchant.ui.MutableText(posX, posY, width)
ビットマップフォントを用いたラベルクラス
(参考: draw.text.js http://d.hatena.ne.jp/nakamura001/20110430/1304181043)
enchant.js 添付素材の font*.png が利用可能。
- Parameters:
- posX
- posY
- width
Field Detail
row
text
ラベルの内容
Method Detail
-
setText(txt)ラベルの内容を書き換える関数
- Parameters:
- txt