size(200, 200); background(0); // Load the font. Fonts are located within the // main Processing directory/folder and they // must be placed within the data directory // of your sketch for them to load PFont fontA = loadFont("Courier New"); textFont(fontA, 36); textAlign(CENTER); // Set the gray value of the letters fill(255); // Set the left and top margin int margin = 6; int gap = 30; translate(margin*1.5, margin*2); // Create a matrix of letterforms int counter = 0; for(int i=0; i= 26) { counter = 0; } } }