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 make-font-description function returns a new font description object containing the given font attributes. There is no error checking of the attributes at this point.

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


LispWorks CAPI Reference Manual - 25 Jul 2006

NextPrevUpTopContentsIndex