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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.