Made [NSFont fontInfo] a public method to use it in the backend.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9926 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
FredKiefer 2001-05-12 12:34:42 +00:00
parent b3de9d5c20
commit 62da9c3b36
2 changed files with 6 additions and 4 deletions

View file

@ -49,10 +49,6 @@ static NSFontPanel *fontPanel = nil;
static Class fontManagerClass = Nil;
static Class fontPanelClass = Nil;
@interface NSFont (Private)
- (GSFontInfo *) fontInfo;
@end
@interface NSFontManager (GNUstepBackend)
- (BOOL) _includeFont: (NSString*)fontName;
@end