top); } ctx.restore(); } // drawing the text in the foreground if (style.color) { ctx.fillStyle = style.color; ctx.fillText(text, offsetX, offsetY + metrics.top); ...
確定! 回上一頁