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