internal FontsEnumerator(FontList fontList) { _fontList = fontList; _currentIndex = -1; }
public FontsEnumerator(FontList fontList) { }