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 で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI