Returns a font description containing the attributes of two specified font descriptions.
graphics-ports
merge-font-descriptions fdesc1 fdesc2 => fdesc
fdesc1⇩ |
A font description. |
fdesc2⇩ |
A font description. |
fdesc⇩ |
A font description. |
The function merge-font-descriptions
returns a font description containing all the attributes of fdesc1 and fdesc2. If an attribute appears in both fdesc1 and fdesc2, the value in fdesc1 is used. The attribute :stock
is handled specially: it is omitted from fdesc, unless it is the only attribute in fdesc1 and fdesc2.
The contents of fdesc1 and fdesc2 are not modified.
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:33:02