Prints the contents of an editor buffer to the printer.
capi
print-editor-buffer buffer &key start end printer interactive font
buffer⇩ |
An editor buffer. |
Editor points or nil . | |
printer⇩ |
A printer or nil . |
interactive⇩ |
A boolean. |
font⇩ |
The function print-editor-buffer
prints the contents of buffer to printer, which is the current printer by default.
By default the entire editor buffer is printed, but by specifying start and end to be editor points, a part of the buffer can be printed. See the Editor User Guide for information about editor points.
If interactive is t
, the default value, then a printer dialog is displayed.
font is interpreted as described for print-text.
print-file
print-text
10 Dialogs: Prompting for Input
16 Printing from the CAPI—the Hardcopy API
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42