Finish initialization method

This commit is contained in:
Gregory John Casamento 2020-01-30 07:47:10 -05:00
parent 772e4242a1
commit 2b388c6a88

View file

@ -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;