size(400, 200); background(102); // Load the font using menuVar>tools>create fonts PFont fontA = loadFont("Ziggurat-HTF-Black-32.vlw"); // Set the font and its size (in units of pixels) textFont(fontA, 32); // Use fill() to change color of the text fill(0); text("Jarek Rossignac", 30, 60); fill(255,50,50); text("Processing", 60, 165);