AppBuilderConfigureFonts Method

Registers an action that is executed with the current font manager.

Definition

Namespace: Avalonia
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public AppBuilder ConfigureFonts(
	Action<FontManager> action
)

Parameters

action  ActionFontManager
The action.

Return Value

AppBuilder
An AppBuilder instance.

See Also