Next Prev Up Top Contents Index

make-font-description

Function
Summary

Returns a new font description object containing given font attributes.

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.


LispWorks CAPI Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index