Next Prev Up Top Contents Index

font-description

Function
Summary

Returns a font description object for a given font.

Signature

font-description font => fdesc

Arguments

font

A font.

Values

fdesc

A font description.

Description

The font-description function returns a font description object for font . Using this font description in a later call to find-matching-fonts or find-best-font on the original pane is expected to return a similar font.


LispWorks CAPI Reference Manual - 13 Mar 2003

Next Prev Up Top Contents Index