Package: pango

Function pango:attr-list-filter

Lambda List

pango:attr-list-filter (attrlist func)

Arguments

attrlist -- a pango:attr-list instance
func -- a pango:attr-filter-func callback function, returns true if an attribute should be filtered out

Return Value

The new pango:attr-list instance or nil if no attributes of the given types were found.

Details

Given a attribute list and callback function, removes any elements of the attribute list for which func returns true and inserts them into a new attribute list.
 

See also

#2025-1-1