public FontDialog(selectedFont as Font = null, title as String = "Select font"):
Creates a font-selection dialog.
| Parameter | Description |
|---|---|
selectedFont | Initial selection. The default Klyn UI font is used when this value is null. |
title | Native window title. |
dialog = FontDialog(Font("Noto Sans", 14), "Application font")