I'm trying to write a program that prints the final frame of the drawing to a PDF file. With this code I have here, all frames are stored. How can I change this?
Secondly, since I'm using PDF recording instead of createWriter, the Shift button types a fat B on my screen (not in the PDF though). Can I get this out?
I'm new to programming all together, so I hope someone can help me out with my questions and other tips are also welcome.
Thnx!
Charlotte
import processing.pdf.*;
PFont font;
String letters = "";
String a = "(beware to press ENTER in time)";
void setup() {
size(720, 480);
beginRecord(PDF, "typewriter.pdf");
font = createFont(PGraphicsPDF.listFonts()[2], 25);