1 implementation of StyleType
Microsoft.Maui.Graphics (1)
Font.cs (1)
45 public FontStyleType StyleType { get; private set; }
6 references to StyleType
Microsoft.Maui.Graphics (3)
Font.cs (1)
49 StyleType == other.StyleType &&
IFontExtensions.cs (2)
27 if (font.StyleType == FontStyleType.Italic) 30 if (font.StyleType == FontStyleType.Oblique)
Microsoft.Maui.Graphics.Skia (1)
FontExtensions.cs (1)
18 font.StyleType switch
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (2)
src\Graphics\src\Graphics\Platforms\Windows\FontExtensions.cs (1)
32 FontStyle = (font?.StyleType ?? FontStyleType.Normal).ToFontStyle()
src\Graphics\src\Graphics\Platforms\Windows\PlatformStringSizeService.cs (1)
32 FontStyle = font.StyleType.ToFontStyle(),