mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 20:49:13 +00:00
Finish initialization method
This commit is contained in:
parent
772e4242a1
commit
2b388c6a88
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@
|
|||
#import <GNUstepGUI/GSFontInfo.h>
|
||||
|
||||
// NOTE: Some of this cannot be implemented currently since the backend does not support physically
|
||||
// moving fonts on the filesystem... this is here for compatilibility for now.
|
||||
// moving fonts on the filesystem... this is here for compatilibility for now.
|
||||
|
||||
@interface NSMutableFontCollection (Private)
|
||||
|
||||
- (void) _setFonts: (NSArray *)fonts;
|
||||
|
|
Loading…
Reference in a new issue