Fontset.foreach_
void foreach_(pango.types.FontsetForeachFunc func)Iterates through all the fonts in a fontset, calling func for each one.
If func returns true, that stops the iteration.
Parameters
func | Callback function |
void foreach_(pango.types.FontsetForeachFunc func)Iterates through all the fonts in a fontset, calling func for each one.
If func returns true, that stops the iteration.
func | Callback function |