4.2 Using fonts

4.2.1 Formatting text output

The Common Lisp functionformat uses the font*default-font* to output text. In this example some text is output to the stream associated with a new window.

(setq *window* (make-window :width 200 :height 200))
(format *window* "Default font text")   ; Show some default text.

The Window Tool Kit - 9 SEP 1996

Generated with Harlequin WebMaker