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 for the font description

Details

Accessor of the stretch field of the font description.

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

See also

*2021-1-14