You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we ignore ctx.font to start with, we don't need to worry about font size or a specific font, as terminals generally use the same font and font-size for everything.
https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/strokeText
https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/fillText
If we ignore
ctx.font
to start with, we don't need to worry about font size or a specific font, as terminals generally use the same font and font-size for everything.https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/font
The text was updated successfully, but these errors were encountered: