예제 #1
0
 internal FontsEnumerator(FontList fontList)
 {
     _fontList     = fontList;
     _currentIndex = -1;
 }
예제 #2
0
파일: FontList.cs 프로젝트: javagg/Particle
 public FontsEnumerator(FontList fontList)
 {
 }