Package: pango

Function pango-font-description-family

Lambda List

pango-font-description-family (desc)

Syntax

(pango-font-description-family desc) => family
(setf (pango-font-description-family desc) family)

Arguments

desc -- a pango-font-description instance
family -- a string representing the family name

Details

Accessor of the family name for the font description.

The function pango-font-description-family gets the family name field of a font description. The function (setf pango-font-description-family) sets the family name field of a font description. The family name represents a family of related font styles, and will resolve to a particular pango-font-family object. In some uses of a pango-font-description structure, it is also possible to use a comma separated list of family names for this field.
 

See also

*2021-1-14