Package: pango

Callback pango:fontset-foreach-func

Syntax

lambda (fontset font) => result

Arguments

fontset -- a pango:fontset object
font -- a pango:font object from fontset
result -- if true, stop iteration and return immediately

Details

A callback function used by the pango:fontset-foreach function when enumerating the fonts in a fontset.
 

See also

2024-5-25