Returns a list of the font objects available for a pane.
graphics-ports
find-matching-fonts pane fdesc => fonts
pane⇩ |
A CAPI pane. |
fdesc⇩ |
A font description. |
fonts |
A list of fonts. |
The function find-matching-fonts
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.
find-matching-fonts
behaves as if the :family
, :weight
, :slant
and :size
attributes have value :wild
if they are missing from fdesc.
find-best-font
list-all-font-names
make-font-description
13 Drawing - Graphics Ports
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:33:02