NextPrevUpTopContentsIndex

list-all-font-names

Function
Summary

Finds the names of the available fonts.

Package

graphics-ports

Signature

list-all-font-names pane => fdescs

Arguments

pane

A graphics port.

Values

fdescs

A list of font description objects.

Description

The function list-all-font-names returns a list of partially-specified font description objects which contain the "name" attributes for each known font that is available for pane .

On Microsoft Windows and Cocoa the "name" attributes are just the :family attribute.

On X11 the "name" attributes are :foundry and :family .

See also

font-description-attributes
find-matching-fonts


LispWorks CAPI Reference Manual - 17 Mar 2008

NextPrevUpTopContentsIndex