Spriteクラスの説明
に戻る
drawVerticalTextメソッド(Spriteクラス)
縦書きの文字を描画します。
書式
drawVerticalText(
x
,
y
,
text
,
col
,
size
,
zOrder
)
x
: テキストの中心のx座標
y
: テキストの中心のy座標
text
: 描画する値
col
: 色(通常
color
メソッドで指定)
size
(省略可能)
: サイズ
zOrder
(省略可能)
: 描画順序。値が小さいほど手前に描画される