The output of the file dialog.
This widget to aid method chaining.
auto dialog = new FontDialog("Choose a font") .setCommand(delegate(CommandArgs args){ widget.setFont(args.dialog.font); }) .show();
tkd.window.dialog.fontdialog for how to recieve output.
Set the font and style for the widget via a simple string. This method is exists to set the font using the output of the font dialog.