Canvas.drawText

機能/意味

テキスト描画(未実装)

タイプ
Canvasクラスのメソッド
構文
drawText(font:Font, x:int, y:int, text:string, color:int)
引数
font

フォント

x

X位置

y

Y位置

text

テキスト

color

色指定

戻り値
なし (void)
説明