Package: pango

Function pango:font-description-stretch

Lambda List

pango:font-description-stretch (desc)

Syntax

(pango:font-description-stretch desc) => stretch
(setf (pango:font-description-stretch desc) stretch)

Arguments

desc -- a pango:font-description instance
stretch -- a pango:stretch value for the stretch of the font description

Details

The pango:font-description-stretch function gets the stretch field of a font description. The (setf pango:font-description-stretch) function sets the stretch field. The stretch field specifies how narrow or wide the font should be.
 

See also

2025-2-20