NextPrevUpTopContentsIndex

find-matching-fonts

Function
Summary

Returns a list of the font objects available for a pane.

Package

graphics-ports

Signature

find-matching-fonts pane fdesc => fonts

Arguments

pane

A CAPI pane.

fdesc

A font description.

Values

fonts

A list of fonts.

Description

The find-matching-fonts function returns a list of the font objects available for pane which match the attributes in fdesc . nil is returned if none match.

When fdesc contains the attribute :stock with value :system-font or :system-fixed-font , the lookup will always find a stock font.

See also

find-best-font
list-all-font-names
make-font-description


LispWorks CAPI Reference Manual - 17 Mar 2008

NextPrevUpTopContentsIndex