using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Helper { public class SystemEnums { public enum FontsType { 微软雅黑, 新宋体, 仿宋, 宋体, 黑体, 楷体 } } }