Dodgy make-font-description
Hi there. Consider code: (defun draw-word (pane) (gp:draw-string pane "Word" 10 10 :font (gp:make-font-description :family "times" :size 24))) (setf a (capi:contain (make-instance 'capi:output-pane))) (draw-word a) Which for whatever reason does not work on Windows anyway: Error: No applicable methods for #<STANDARD-GENERIC-FUNCTION GRAPHICS-PORTS::%LOOKUP-FONT 20D698C2> with args (#<Representation WIN32:R-SCREEN #<COLOR-SCREEN 0 R-SCREEN> DISPLAY 64.00 [Raster display] [1280x1024] [96dpi]> #S(FONT-DESCRIPTION :ATTRIBUTES #))