mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Add NSCTFontCollection so we can decode NSFontCollection
This commit is contained in:
parent
57d6be305b
commit
697f6ba699
1 changed files with 6 additions and 0 deletions
|
@ -45,6 +45,12 @@
|
|||
|
||||
@end
|
||||
|
||||
@interface NSCTFontCollection : NSObject
|
||||
@end
|
||||
|
||||
@implementation NSCTFontCollection
|
||||
@end
|
||||
|
||||
@implementation NSFontCollection
|
||||
|
||||
static NSMutableDictionary *__sharedFontCollections;
|
||||
|
|
Loading…
Reference in a new issue