FontChooserIF.addOnFontActivated

Emitted when a font is activated. This usually happens when the user double clicks an item, or an item is selected and the user presses one of the keys Space, Shift+Space, Return or Enter.

interface FontChooserIF
gulong
addOnFontActivated
(
void delegate
(
string
,)
dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)