Package: pango
Function pango:attr-list-filter
Lambda Listpango:attr-list-filter (attrlist func) Argumentsattrlist -- a pango:attr-list instance func -- a pango:attr-filter-func callback function, returns true if an attribute should be filtered out Return ValueThe 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