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

NextPrevUpTopContentsIndex

make-font-description

Function
Summary

Returns a new font description object containing given font attributes.

Package

graphics-ports

Signature

make-font-description &rest font-attribute* => fdesc

Arguments

font-attribute

A font attribute.

Values

fdesc

A font description object.

Description

The function make-font-description returns a new font description object containing the given font attributes. There is no error checking of the attributes at this point.

The attribute :stock is handled specially: it is omitted from fdesc , unless it is the only attribute specified.

See also

augment-font-description
convert-to-font-description
find-best-font
find-matching-fonts
font-description
merge-font-descriptions


CAPI User Guide and Reference Manual (Unix version) - 25 Feb 2015

NextPrevUpTopContentsIndex