All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

print-editor-buffer Function

Summary

Prints the contents of an editor buffer to the printer.

Package

capi

Signature

print-editor-buffer buffer &key start end printer interactive font

Arguments
buffer
An editor buffer.
start, end
Editor points or nil.
printer
A printer or nil.
interactive
A boolean.
font
A font or a font-description, or nil.
Description

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.

See also

print-file
print-text
10 Dialogs: Prompting for Input
16 Printing from the CAPI—the Hardcopy API


CAPI User Guide and Reference Manual (Windows version) - 01 Dec 2021 19:33:57