textFont

v0.1.6
textFont(font);

Set the font family

Arguments

fontThe font value returned when using loadFont

textFont(myfont);
text('Hello world!', 100, 200);
See textFont in typography.h