FontImageSourceService Constructors
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.
Overloads
FontImageSourceService(IFontManager) | |
FontImageSourceService(IFontManager, ILogger<FontImageSourceService>) |
FontImageSourceService(IFontManager)
- Source:
- FontImageSourceService.cs
- Source:
- FontImageSourceService.cs
public:
FontImageSourceService(Microsoft::Maui::IFontManager ^ fontManager);
public FontImageSourceService (Microsoft.Maui.IFontManager fontManager);
new Microsoft.Maui.FontImageSourceService : Microsoft.Maui.IFontManager -> Microsoft.Maui.FontImageSourceService
Public Sub New (fontManager As IFontManager)
Parameters
- fontManager
- IFontManager
Applies to
FontImageSourceService(IFontManager, ILogger<FontImageSourceService>)
- Source:
- FontImageSourceService.cs
- Source:
- FontImageSourceService.cs
public FontImageSourceService (Microsoft.Maui.IFontManager fontManager, Microsoft.Extensions.Logging.ILogger<Microsoft.Maui.FontImageSourceService>? logger = default);
new Microsoft.Maui.FontImageSourceService : Microsoft.Maui.IFontManager * Microsoft.Extensions.Logging.ILogger<Microsoft.Maui.FontImageSourceService> -> Microsoft.Maui.FontImageSourceService
Public Sub New (fontManager As IFontManager, Optional logger As ILogger(Of FontImageSourceService) = Nothing)
Parameters
- fontManager
- IFontManager
- logger
- ILogger<FontImageSourceService>
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.