3 references to GetFontByName
System.Drawing.Common.Tests (2)
System\Drawing\SystemFontsTests.cs (2)
79using Font fontFromName = SystemFonts.GetFontByName(systemFontName); 99Assert.Null(SystemFonts.GetFontByName(systemFontName));
System.Windows.Forms (1)
System\Windows\Forms\Application.cs (1)
1406Font newSystemFont = SystemFonts.GetFontByName(s_defaultFont.SystemFontName)!;