Ukuran font CTX.FillText

ctx.font = '50px serif';
ctx.fillText('Hello world', 50, 90, 140);
GutoTrosla