Returns a new font-description 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 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) - 18 Feb 2025 15:34:41