Package: pango

Function pango:attr-iterator-font

Lambda List

pango:attr-iterator-font (iterator)

Syntax

(pango:attr-iterator-font iterator) => desc, language, attrs

Arguments

iterator -- a pango:attr-iterator instance
desc -- a pango:font-description instance for the current values
language -- a pango:language instance with the language tag at the current position, or nil if none is found
attrs -- a list of pango:attribute instances with non-font attributes at the the current position, only the highest priority value of each attribute will be added to this list

Details

Get the font and other attributes at the current iterator position.
 

See also

2025-1-1