📘 Sets the current text style.
Not applicable to MSDF fonts.
font style
await Canvas(200);background(0.8);textStyle(ITALIC);textSize(32);text('Hello, world!', -88, 6); Copy
await Canvas(200);background(0.8);textStyle(ITALIC);textSize(32);text('Hello, world!', -88, 6);
📘 Sets the current text style.
Not applicable to MSDF fonts.