public showDialog(owner as Window = null) as Boolean:
Displays the dialog and blocks until the user accepts or cancels it.
| Parameter | Description |
|---|---|
owner | Optional owner used to inherit the active appearance mode. |
True when the Select button or a font-row double-click accepted the candidate.
if FontDialog().showDialog(window):
print("A font was selected")