void Print (char *filename = NULL, Bool interactive = TRUE)
Prints the buffer. If filename is NULL and the print mode is to a file, a filename will be obtained from the user. If interactive is TRUE, the user will be given a dialog for adjusting print parameters (before getting a filename).
For properly spaced text, be sure to set the AFM directory using wxSetAFMPath. (wxWindows must be compiled to use AFM information.)
Prints the buffer into the given drawing context.