textSize(28); let aChar = 'P'; let cWidth = textWidth(aChar); text(aChar, 0, 40); line(cWidth, 0, cWidth, 50); let aString = 'p5.js'; ...
確定! 回上一頁