diff --git a/Headers/gnustep/gui/GSFontInfo.h b/Headers/gnustep/gui/GSFontInfo.h index 583e949b1..679618393 100644 --- a/Headers/gnustep/gui/GSFontInfo.h +++ b/Headers/gnustep/gui/GSFontInfo.h @@ -32,19 +32,17 @@ #include @class NSMutableDictionary; -@class NSMutableSet; +@class NSArray; @interface GSFontEnumerator : NSObject { - id fontManager; - NSMutableSet *allFontNames; + NSArray *allFontNames; NSMutableDictionary *allFontFamilies; - NSMutableDictionary* fontInfoDictionary; } + (void) setDefaultClass: (Class)defaultClass; -+ sharedEnumeratorWithFontManager: manager; -- (NSArray*) allFonts; ++ (GSFontEnumerator*) sharedEnumerator; +- (void) enumerateFontsAndFamilies; - (NSArray*) availableFonts; - (NSArray*) availableFontFamilies; - (NSArray*) availableMembersOfFontFamily: (NSString*)family;