Next Previous Up Top Contents Index

1 CAPI Reference Entries

print-text

Function

Summary

Prints plain text to a printer.
Syntax

print-text line-function &key printer tab-spacing interactive

Description

Theprint-text function prints plain text to a printer specified by printer, and defaulting to the current printer.
The line-function is called repeatedly with no arguments to enumerate the lines of text. It should returnnil when the text is exhausted.
The tab-spacing argument, which defaults to 8, specifies the number of spaces printed when a tab character is encountered.
If interactive ist, then a print dialog is displayed. This is the default behavior.
See also

print-editor-buffer
print-file

LispWorks CAPI Reference Manual - 17 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker