text

概要

p5.jsリファレンス(参考情報)

[p5.js] text

サンプル

def setup
  background(220)
  textSize(32)
  text('word', 10, 30)
  fill(0, 102, 153)
  text('word', 10, 60)
  fill(0, 102, 153, 51)
  text('word', 10, 90)
end




構文

戻値