PangoFontsetForeachFunc

PangoFontsetForeachFunc: @fontset: a #PangoFontset @font: a font from @fontset @user_data: callback data

A callback function used by pango_fontset_foreach() when enumerating the fonts in a fontset.

alias PangoFontsetForeachFunc = gboolean function()

Return Value

if %TRUE, stop iteration and return immediately.

Meta