6 references to Normal
Microsoft.Maui.Graphics (3)
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
)
IPlatformFonts.cs (1)
18
object Get(string alias, int weight = FontWeights.Normal, FontStyleType fontStyleType = FontStyleType.
Normal
);
Microsoft.Maui.Graphics.Skia (1)
FontExtensions.cs (1)
20
FontStyleType.
Normal
=> SKFontStyleSlant.Upright,
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (2)
src\Graphics\src\Graphics\Platforms\Windows\FontExtensions.cs (2)
22
FontStyleType.
Normal
=> FontStyle.Normal,
32
FontStyle = (font?.StyleType ?? FontStyleType.
Normal
).ToFontStyle()