Next Prev Up Top Contents Index

find-best-font

Function
Summary

Returns the best font for a graphics port.

Signature

find-best-font pane fdesc => font

Arguments

pane

A graphic port.

fdesc

A font description.

Values

font

A font.

Description

The find-best-font function returns the best font for pane which matches fdesc . When there alternative fonts available the choice of best font is operating system dependent.

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

See also

prompt-for-font


LispWorks CAPI Reference Manual - 13 Mar 2003

Next Prev Up Top Contents Index