Add better support for font descriptor. Requires a recompile of the backend.

This should be enough for Emacs to compile with GNUstep.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28525 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2009-08-23 21:39:28 +00:00
parent 9f6848cace
commit 56d4f7938d
7 changed files with 281 additions and 64 deletions

View file

@ -102,7 +102,7 @@ extern NSString *NSFontVariationAxisMaximumValueKey;
extern NSString *NSFontVariationAxisDefaultValueKey;
extern NSString *NSFontVariationAxisNameKey;
@interface NSFontDescriptor : NSObject <NSCoding>
@interface NSFontDescriptor : NSObject <NSCoding, NSCopying>
{
NSDictionary *_attributes;
}