示例#1
0
 public FontHelper(string FontFile, string FontListFile, string ColorFile, string Root)
 {
     font     = new CustomFont(FontFile);
     fontlist = new CustomFontList(FontListFile, Root);
     color    = new CustomColor(ColorFile);
 }
示例#2
0
文件: FontHelper.cs 项目: viticm/pap2
 public FontHelper(string FontFile, string FontListFile, string ColorFile, string Root)
 {
     font = new CustomFont(FontFile);
     fontlist = new CustomFontList(FontListFile, Root);
     color = new CustomColor(ColorFile);
 }