2 references to Bold
Microsoft.Maui.Controls (2)
FontExtensions.cs (2)
13
return font.WithWeight(bold ? FontWeight.
Bold
: FontWeight.Regular, italic ? FontSlant.Italic : FontSlant.Default);
18
FontAttributes attributes = font.Weight == FontWeight.
Bold
? FontAttributes.Bold : FontAttributes.None;