Method ShowFontSettingsDialog
ShowFontSettingsDialog(Action?)
Shows the font settings dialog with adjustable options which allows to customize text rendering.
public static void ShowFontSettingsDialog(Action? onClose = null)
Parameters
onCloseActionThe optional callback to be invoked when the dialog is accepted.