示例#1
0
 internal FontsEnumerator(FontList fontList)
 {
     _fontList     = fontList;
     _currentIndex = -1;
 }
示例#2
0
 public FontsEnumerator(FontList fontList)
 {
 }