On Microsoft Windows, font lookups by default now look only for TrueType fonts. This includes
gp:find-best-font
and users of it such as the font in
capi:simple-pane
.
To get the same behavior as LispWorks 6.0 use
(gp:make-font-description ... :type :wild)
Note that the default
drawing-mode
:quality
(see Quality drawing) supports only TrueType fonts. Non-TrueType fonts are supported only with
drawing-mode
:compatible
.
LispWorks Release Notes and Installation Guide - 23 Dec 2011