Converts a font-spec to a font description.
graphics-ports
convert-to-font-description port font-spec => fdesc
port⇩ |
A graphics port. |
font-spec⇩ |
A font-description, font or symbol. |
fdesc⇩ |
The function convert-to-font-description
converts font-spec to a font description object fdesc for the graphics port port. If font-spec is a font, then its description is returned. If font-spec is a font-description, then it is returned. If font-spec is a symbol naming a font alias, then convert-to-font-description
converts this alias to a font and returns its font-description. Other platform-specific values of font-spec are also accepted.
CAPI User Guide and Reference Manual (Unix version) - 18 Feb 2025 15:34:41