1 reference to WithWeight
Microsoft.Maui.Controls (1)
FontExtensions.cs (1)
13
return font.
WithWeight
(bold ? FontWeight.Bold : FontWeight.Regular, italic ? FontSlant.Italic : FontSlant.Default);