1 implementation of IFontImageSource
Microsoft.Maui.Controls (1)
Image\ImageSource.cs (1)
25
public partial class FontImageSource :
IFontImageSource
4 references to IFontImageSource
Microsoft.Maui (3)
Hosting\ImageSources\ImageSourcesMauiAppBuilderExtensions.cs (1)
17
services.AddService<
IFontImageSource
>(svcs => new FontImageSourceService(svcs.GetRequiredService<IFontManager>(), svcs.CreateLogger<FontImageSourceService>()));
ImageSources\FontImageSourceService\FontImageSourceService.cs (1)
6
public partial class FontImageSourceService : ImageSourceService, IImageSourceService<
IFontImageSource
>
Platform\SwipeViewExtensions.cs (1)
14
if (backgroundColor == null || (swipeItemMenuItem.Source is
IFontImageSource
fontImageSource && fontImageSource.Color != null))
Microsoft.Maui.Controls (1)
Image\ImageSource.cs (1)
27
Font
IFontImageSource
.Font => Font.OfSize(FontFamily, Size, enableScaling: FontAutoScalingEnabled);