All Manuals > LispWorks Release Notes and Installation Guide > 13 Release Notes > 13.7 Other CAPI and Graphics Ports changes

NextPrevUpTopContentsIndex

13.7.3 Default font type on Windows

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

NextPrevUpTopContentsIndex