我想使用canvas fillText 以字型顯示特殊字元。程式碼基本上是: canvas = document.getElementById("mycanvas"); context = canvas.getContext("2d"); hexstring ...
確定! 回上一頁