IFontManagerImplGetInstalledFontFamilyNames Method
Get all installed fonts in the system.
If true the font collection is updated.
Namespace: Avalonia.PlatformAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
string[] GetInstalledFontFamilyNames(
bool checkForUpdates = false
)
Function GetInstalledFontFamilyNames (
Optional checkForUpdates As Boolean = false
) As String()
abstract GetInstalledFontFamilyNames :
?checkForUpdates : bool
(* Defaults:
let _checkForUpdates = defaultArg checkForUpdates false
*)
-> string[]
- checkForUpdates Boolean (Optional)
-
String