1 implementation of Font
Microsoft.Maui.Graphics (1)
StandardTextAttributes.cs (1)
5 public IFont Font { get; set; }
1 reference to Font
Microsoft.Maui.Graphics.Skia (1)
SkiaTextLayout.cs (1)
40 Typeface = _textAttributes?.Font?.ToSKTypeface() ?? SKTypeface.Default,