IFontManagerImpl.

GetInstalledFontFamilyNames(bool) Method

Summary

Get all installed fonts in the system. If true the font collection is updated.
Namespace
Avalonia.Platform
Containing Type
IFontManagerImpl

Syntax

IEnumerable<string> GetInstalledFontFamilyNames(bool checkForUpdates = false)

Parameters

Name Type Description
checkForUpdates bool

Return Value

Type Description
IEnumerable<string>