Package: pango

Accessor pango:font-family-name

Lambda List

pango:font-family-name (object)

Syntax

(pango:font-family-name object) => name

Arguments

object -- a pango:font-family object
name -- a string with the name of object

Details

Gets the name of the font family. The name is unique among all fonts for the font backend and can be used in a pango:font-description instance to specify that a face from this family is desired.

Since 1.52
 

See also

2024-5-25