CTX.FillText Rozmiar czcionki

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