Next Prev Up Top Contents Index

font-description-attribute-value

Function
Summary

Returns the values of a given font attribute in a font description.

Signature

font-description-attribute-value fdesc font-attribute
=> value

Arguments

fdesc

A font description.

font-attribute

A font attribute.

Values

value

A font attribute value.

Description

The font-description-attribute-value function returns the value of font-attribute in fdesc , or :wild if font-attribute is not specified in fdesc .


LispWorks CAPI Reference Manual - 13 Mar 2003

Next Prev Up Top Contents Index