textSize

概要

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

[p5.js] textSize

サンプル

def setup
  background(220)
  textSize(12)
  text('Font Size 12', 2, 30)
  textSize(14)
  text('Font Size 14', 2, 60)
  textSize(16)
  text('Font Size 16', 2, 90)
end

構文

戻値