Home
last modified time | relevance | path

Searched refs:SetSystemFontName (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DSystemFonts.Windows.cs27 captionFont.SetSystemFontName(nameof(CaptionFont));
46 smcaptionFont.SetSystemFontName(nameof(SmallCaptionFont));
65 menuFont.SetSystemFontName(nameof(MenuFont));
84 statusFont.SetSystemFontName(nameof(StatusFont));
103 messageBoxFont.SetSystemFontName(nameof(MessageBoxFont));
134 iconTitleFont.SetSystemFontName(nameof(IconTitleFont));
197 defaultFont.SetSystemFontName(nameof(DefaultFont));
236 dialogFont.SetSystemFontName(nameof(DialogFont));
H A DFont.Unix.cs122 internal void SetSystemFontName(string newSystemFontName) in SetSystemFontName() method in System.Drawing.Font
H A DFont.Windows.cs714 internal void SetSystemFontName(string systemFontName) => _systemFontName = systemFontName; in SetSystemFontName() method in System.Drawing.Font
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DFont.cs117 internal void SetSystemFontName (string newSystemFontName) in SetSystemFontName() method in System.Drawing.Font