2 references to Regular
Microsoft.Maui.Graphics (1)
IFontExtensions.cs (1)
13
if (font.Weight == FontWeights.
Regular
)
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (1)
src\Graphics\src\Graphics\Platforms\Windows\FontExtensions.cs (1)
31
FontWeight = new FontWeight { Weight = (ushort)(font?.Weight ?? FontWeights.
Regular
) },