klyn.gui.windows.dialogs.FontLightBox.FontLightBox
constructor
public FontLightBox(
selectedFont as Font = null,
title as String = "Select font"
):
Description

Creates an inactive font-selection lightbox.

Parameters
ParameterDescription
selectedFontInitial font selection.
titleHeading displayed inside the overlay.
Example
chooser = FontLightBox(Font("Noto Sans", 14), "Select editor font")