mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-04-19 19:21:18 +00:00
Fixes minor typos
This commit is contained in:
parent
b0f8f56650
commit
bd9b267562
@ -214,7 +214,6 @@ select#font-select, select#font-select option {
|
||||
|
||||
canvas.width = textWidth;
|
||||
canvas.height = paragraphs.length * textHeight*1.35; //for tails
|
||||
// ctx.font = `${fontSize / 2}px ${font}`;
|
||||
ctx.font = `${fontSize}px ${font}`;
|
||||
|
||||
|
||||
@ -227,7 +226,6 @@ select#font-select, select#font-select option {
|
||||
console.log(canvas.height);
|
||||
|
||||
paragraphs.forEach(paragraph => {
|
||||
// ctx.letterSpacing = "50px";
|
||||
ctx.fillText(paragraph, 0, y);
|
||||
y += fontSize;
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user