using System; using System.Collections.Generic; using System.Drawing; using System.Text; namespace PortProxyGUI { public class Util { /// /// Compatibility between .NET Framework and .NET Core. /// /// public static readonly Font UiFont = new Font(new FontFamily("Microsoft Sans Serif"), 8f); } }