public FontLightBox( selectedFont as Font = null, title as String = "Select font" ):
Creates an inactive font-selection lightbox.
| Parameter | Description |
|---|---|
selectedFont | Initial font selection. |
title | Heading displayed inside the overlay. |
chooser = FontLightBox(Font("Noto Sans", 14), "Select editor font")