FontImageSourceService Class

Definition

public ref class FontImageSourceService : Microsoft::Maui::ImageSourceService, Microsoft::Maui::IImageSourceService<Microsoft::Maui::IFontImageSource ^>
public class FontImageSourceService : Microsoft.Maui.ImageSourceService, Microsoft.Maui.IImageSourceService<Microsoft.Maui.IFontImageSource>
type FontImageSourceService = class
    inherit ImageSourceService
    interface IImageSourceService<IFontImageSource>
    interface IImageSourceService
Public Class FontImageSourceService
Inherits ImageSourceService
Implements IImageSourceService(Of IFontImageSource)
Inheritance
FontImageSourceService
Implements

Constructors

FontImageSourceService(IFontManager)
FontImageSourceService(IFontManager, ILogger<FontImageSourceService>)

Properties

FontManager
Logger (Inherited from ImageSourceService)

Extension Methods

GetPlatformImageAsync(IImageSourceService, IImageSource, IMauiContext)

Applies to