IFontManagerImplGetInstalledFontFamilyNames Method

Get all installed fonts in the system. If true the font collection is updated.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
string[] GetInstalledFontFamilyNames(
	bool checkForUpdates = false
)

Parameters

checkForUpdates  Boolean  (Optional)
 

Return Value

String

See Also