3 references to FontAutoScalingEnabled
Microsoft.Maui.Controls (3)
FontImageSource.cs (2)
57 /// <summary>Bindable property for <see cref="FontAutoScalingEnabled"/>.</summary> 59 BindableProperty.Create(nameof(FontAutoScalingEnabled), typeof(bool), typeof(FontImageSource), false,
Image\ImageSource.cs (1)
27 Font IFontImageSource.Font => Font.OfSize(FontFamily, Size, enableScaling: FontAutoScalingEnabled);