public FontHelper(string FontFile, string FontListFile, string ColorFile, string Root) { font = new CustomFont(FontFile); fontlist = new CustomFontList(FontListFile, Root); color = new CustomColor(ColorFile); }