size(300,200); background(0); PFont font; //selecting the font in processing font = loadFont("Haettenschweiler-48.vlw"); // actual font int x = 40; //replacing the x value to keep it aligned textFont(font,60); // size fill(255,0,0); //font colour text("typography",x,80); //("actual words in here",x,y) textFont(font,30); // size fill(255,255,0); //font colour text("is now working!",x,150); //Tools and 'create font' then into data file