4.2 Using fonts

4.2.3 Changing fonts

The following examples demonstrate how to change the fonts associated with window titles:

(setf (window-title *window*) "Bold Title")
(setf (window-title-font *window*) "BOLD-ROMAN")

(setf (window-title *window*) "Italic Title") (setf (window-title-font *window*) "ITALIC")

(setf (window-title *window*) "Default Title") (setf (window-title-font *window*) *default-font*)


The Window Tool Kit - 9 SEP 1996

Generated with Harlequin WebMaker