用途別リファレンス
文字を表示する
Main
new Label{x:100, y:100, text:"文字A"}; new Label{x:100, y:200, text:"文字B", fillStyle:"black"}; new Label{x:100, y:300, text:"文字C", size:50};
text
fillStyle
size
19. 文字を表示1(例示)
20. 文字の表示2(練習問題)