Package | danmaq.nineball.struct |
Class | public final class CFontBit |
Implements | IDisposed |
クラスCTaskFont内部で自動的に使用します。 通常ユーザが直接使用する必要はありません。
See also
Property | Defined by | ||
---|---|---|---|
alpha : Number
透過度を取得します。
| CFontBit | ||
disposed : Boolean [read-only]
解放したかどうかを取得します。
| CFontBit | ||
fontHash : Dictionary [static] ビットマップフォントの定義リストが格納されます。
| CFontBit | ||
rotate : Number = 0 回転角度が格納されます。
| CFontBit | ||
size : Point [read-only]
拡縮しない状態での画像サイズを取得します。
| CFontBit | ||
text : String [read-only]
表示するテキストを取得します。
| CFontBit | ||
view : Boolean
現在表示されているかどうかを取得します。
| CFontBit |
Method | Defined by | ||
---|---|---|---|
CFontBit(strByte:String, uScreen:uint = 0, uLayer:uint = 0, fSpacing:Number = 4)
コンストラクタ。
| CFontBit | ||
dispose():void
デストラクタ。
| CFontBit | ||
render():void
レンダリングします。
| CFontBit |
Constant | Defined by | ||
---|---|---|---|
color : ColorTransform 色変換構造体が格納されます。
| CFontBit | ||
pos : Point 座標が格納されます。
| CFontBit | ||
scale : Point 拡大率が格納されます。
| CFontBit |
alpha | property |
alpha:Number
[read-write]透過度を取得します。
Implementation public function get alpha():Number
public function set alpha(value:Number):void
disposed | property |
disposed:Boolean
[read-only]解放したかどうかを取得します。
Implementation public function get disposed():Boolean
fontHash | property |
public static var fontHash:Dictionary
ビットマップフォントの定義リストが格納されます。
rotate | property |
public var rotate:Number = 0
回転角度が格納されます。
size | property |
size:Point
[read-only]拡縮しない状態での画像サイズを取得します。
Implementation public function get size():Point
text | property |
text:String
[read-only]表示するテキストを取得します。
Implementation public function get text():String
view | property |
view:Boolean
[read-write]現在表示されているかどうかを取得します。
Implementation public function get view():Boolean
public function set view(value:Boolean):void
CFontBit | () | constructor |
public function CFontBit(strByte:String, uScreen:uint = 0, uLayer:uint = 0, fSpacing:Number = 4)
コンストラクタ。
ParametersstrByte:String — 単文字
|
|
uScreen:uint (default = 0 ) — 画面番号
|
|
uLayer:uint (default = 0 ) — レイヤ番号
|
|
fSpacing:Number (default = 4 ) — スペース幅
|
dispose | () | method |
public function dispose():void
デストラクタ。
render | () | method |
public function render():void
レンダリングします。
color | constant |
public const color:ColorTransform
色変換構造体が格納されます。
pos | constant |
public const pos:Point
座標が格納されます。
scale | constant |
public const scale:Point
拡大率が格納されます。