Package: pango

Function pango:attr-type-name

Lambda List

pango:attr-type-name (type)

Arguments

type -- an integer for an attribute type ID to fetch the name for

Return Value

The string for the type ID name, or nil if type is a built-in Pango attribute type or invalid.

Details

Fetches the attribute type name passed in when registering the type using the pango:attr-type-register function. The returned value is an interned string that should not be modified.
 

See also

2025-1-1