Next Prev Up Top Contents Index

find-matching-fonts

Function
Summary

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

Signature

find-matching-fonts pane fdesc => fonts

Arguments

pane

A graphics port

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.


LispWorks CAPI Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index