1 write to FontFamily
Microsoft.Maui.Controls.Xaml (1)
MarkupExtensions\FontImageExtension.cs (1)
21 FontFamily = FontFamily,
4 references to FontFamily
Microsoft.Maui.Controls (3)
FontImageSource.cs (2)
23 /// <summary>Bindable property for <see cref="FontFamily"/>.</summary> 24 public static readonly BindableProperty FontFamilyProperty = BindableProperty.Create(nameof(FontFamily), typeof(string), typeof(FontImageSource), default(string),
Image\ImageSource.cs (1)
27 Font IFontImageSource.Font => Font.OfSize(FontFamily, Size, enableScaling: FontAutoScalingEnabled);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ImageRenderer.cs (1)
253 var font = Font.OfSize(fontsource.FontFamily, fontsource.Size).ToUIFont(imagesource.RequireFontManager());