FontRegistrar(IEmbeddedFontLoader, IServiceProvider) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of FontRegistrar.
public FontRegistrar (Microsoft.Maui.IEmbeddedFontLoader fontLoader, IServiceProvider? serviceProvider = default);
new Microsoft.Maui.FontRegistrar : Microsoft.Maui.IEmbeddedFontLoader * IServiceProvider -> Microsoft.Maui.FontRegistrar
Public Sub New (fontLoader As IEmbeddedFontLoader, Optional serviceProvider As IServiceProvider = Nothing)
Parameters
- fontLoader
- IEmbeddedFontLoader
An instance of IEmbeddedFontLoader that is responsible for actually loading fonts.
- serviceProvider
- IServiceProvider
A reference to the app IServiceProvider. Typically this should be provided through dependency injection for logging purposes, otherwise can be ignored.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.