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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.