Returns a new font description object containing given font attributes.
graphics-ports
make-font-description &rest font-attribute* => fdesc
font-attribute*⇩ |
Keywords and values to initialize a font description. |
fdesc⇩ |
A font description object. |
The function make-font-description
returns a new font description object containing the given font-attribute* keywords and values. 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.
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) - 01 Dec 2021 19:33:02