All Manuals > CAPI User Guide and Reference Manual > 22 GRAPHICS-PORTS Reference Entries

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
Drawing - Graphics Ports


CAPI User Guide and Reference Manual (Macintosh version) - 3 Aug 2017

NextPrevUpTopContentsIndex