4 references to Normal
Microsoft.Maui.Graphics (4)
Font.cs (1)
36 public Font(string name, int weight = FontWeights.Normal, FontStyleType styleType = FontStyleType.Normal)
FontSource.cs (1)
9 public FontSource(string filename, int weight = FontWeights.Normal, FontStyleType fontStyleType = FontStyleType.Normal)
IFontExtensions.cs (1)
10 if (font.Weight == FontWeights.Normal)
IPlatformFonts.cs (1)
18 object Get(string alias, int weight = FontWeights.Normal, FontStyleType fontStyleType = FontStyleType.Normal);