Package: pango

Function pango:font-description-set-fields

Lambda List

pango:font-description-set-fields (desc)

Arguments

desc -- a pango:font-description instance

Return Value

The list with 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.

Example

(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

2024-3-4