File: Fonts\FontRegistrar.Standard.cs | Web Access |
Project: src\src\Core\src\Core.csproj (Microsoft.Maui) |
#nullable enable namespace Microsoft.Maui { /// <inheritdoc/> public partial class FontRegistrar : IFontRegistrar { static string? LoadNativeAppFont(string font, string filename, string? alias) => null; } } |