예제 #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);
 }