If 'name' is null or the empty string, it won't set a specific
device, which means that QuickTime will use that last device
used by a QuickTime application.
Create a .vlw font on the fly from either a font name that's
installed on the system, or from a .ttf or .otf that's inside
the data folder of this sketch.
Preferred method of creating new PImage objects, ensures that a
reference to the parent PApplet is included, which makes save() work
without needing an absolute path.
Called by the browser or applet viewer to inform this applet
that it is being reclaimed and that it should destroy
any resources that it has allocated.
Creates a new window with the formated (YaBB tags) sketchcode
from the actual Processing Tab ready to send to the processing discourse
web (copy & paste)
Returns the offset of the bracket matching the one at the
specified offset of the document, or -1 if the bracket is
unmatched (or if the character is not a bracket).
Overriding keyXxxxx(KeyEvent e) functions will cause the 'key',
'keyCode', and 'keyEvent' variables to no longer work;
key events will no longer be queued until the end of draw();
and the keyPressed(), keyReleased() and keyTyped() methods
will no longer be called.