Drawing Functions -- Text --
目次
string
string
機能
(x, y)に文字列を描画
書式
d.string(x, y, text)
記述例 |
string.rb
d.pen(blue) d.string(50, 50, "String")
実行結果