foreach

open fun foreach(func: FontsetForeachFunc)

Iterates through all the fonts in a fontset, calling @func for each one.

If @func returns true, that stops the iteration.

Since

1.4

Parameters

func

Callback function