FontManager.

GetInstalledFontFamilyNames(bool) Method

Summary

Get all installed font family names.
Namespace
Avalonia.Media
Containing Type
FontManager

Syntax

public IEnumerable<string> GetInstalledFontFamilyNames(bool checkForUpdates = false)

Parameters

Name Type Description
checkForUpdates bool If true the font collection is updated.

Return Value

Type Description
IEnumerable<string>