Package: pango
Function pango:font-description-set-fields
Lambda Listpango:font-description-set-fields (desc) ArgumentsReturn Value    The list for the pango:font-mask values set corresponding to the    fields in desc that have been set.   Details      
    Determines which fields in a font description have been set.     Examples
(pango:font-description-from-string "Sans Bold 16")
=> #<PANGO:FONT-DESCRIPTION {10077E5773}>
(pango:font-description-set-fields *)
=> (:FAMILY :STYLE :VARIANT :WEIGHT :STRETCH :SIZE)           | See also | 
2025-08-24