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

@ -31,6 +31,7 @@
// NOTE: Some of this cannot be implemented currently since the backend does not support physically // 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) @interface NSMutableFontCollection (Private)
- (void) _setFonts: (NSArray *)fonts; - (void) _setFonts: (NSArray *)fonts;