
4.2 Using fonts
format 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.

Generated with Harlequin WebMaker