New backend access methods

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6489 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2000-04-20 22:17:42 +00:00
parent b9de76dad5
commit bb703d65b9
8 changed files with 90 additions and 28 deletions

View file

@ -200,6 +200,14 @@ void setNSFont(NSString* key, NSFont* font)
[super dealloc];
}
//
// Private method for NSFontManager
//
- (GSFontInfo *) fontInfo
{
return fontInfo;
}
//
// NSCopying Protocol
//