1 write to FontFamily
Microsoft.Maui.Controls.Xaml (1)
MarkupExtensions\FontImageExtension.cs (1)
21
FontFamily
= FontFamily,
3 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);