textFont(font);
Set the font family
Arguments
font
The font value returned when using loadFont
textFont(myfont);
text('Hello world!', 100, 200);
textFont(font);
Set the font family
font
The font value returned when using loadFont
textFont(myfont);
text('Hello world!', 100, 200);