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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.