FontFamilyLoaderLoadFontAssets Method

Loads all font assets that belong to the specified FontFamilyKey

Definition

Namespace: Avalonia.Media.Fonts
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static IEnumerable<Uri> LoadFontAssets(
	Uri source
)

Parameters

source  Uri

Return Value

IEnumerableUri

See Also