B : // _setup

(Menu)   A   B   C   D

Create a font to be used for displaying text.
Use these four lines of code:
hint(ENABLE_NATIVE_FONTS);
font = createFont("u", 18);
textFont(font, 18);
textSize(18);