Table of Contents

Method ShowFontSettingsDialog

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

ShowFontSettingsDialog(Action?)

Shows the font settings dialog with adjustable options which allows to customize text rendering.

public static void ShowFontSettingsDialog(Action? onClose = null)

Parameters

onClose Action

The optional callback to be invoked when the dialog is accepted.