Always set the wanted font size whenever we redraw
parent
d6de4da428
commit
fd8785fe5b
|
|
@ -165,6 +165,7 @@ let draw = function() {
|
|||
};
|
||||
|
||||
let redraw = function() {
|
||||
g.setFont("Vector", fontSize);
|
||||
for (let i = 0; i < maxLines; i++) {
|
||||
const lineIndex = i;
|
||||
const line = lines[lineIndex];
|
||||
|
|
|
|||
Loading…
Reference in New Issue