用途別リファレンス

文字を表示する

文字をテキストオブジェクトとして表示する

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};

参考

ライブデモ