Returns a font description combining the attributes of a given font description with a set of font attributes.
graphics-ports
augment-font-description fdesc &rest font-attributes => return
fdesc⇩ | |
font-attributes⇩ |
Font attributes. |
return⇩ |
The function augment-font-description
returns a font-description that contains all the attributes of fdesc combined with font-attributes. The attribute :stock
is handled specially: it is omitted from return, unless it is the only attribute specified.
If an attribute appears in both fdesc and font-attributes, the value in font-attributes is used. The contents of fdesc are not modified.
make-font-description
font-description
13 Drawing - Graphics Ports
CAPI User Guide and Reference Manual (Windows version) - 18 Feb 2025 15:35:52