mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 08:20:49 +00:00
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:
parent
9f6848cace
commit
56d4f7938d
7 changed files with 281 additions and 64 deletions
|
@ -102,7 +102,7 @@ extern NSString *NSFontVariationAxisMaximumValueKey;
|
|||
extern NSString *NSFontVariationAxisDefaultValueKey;
|
||||
extern NSString *NSFontVariationAxisNameKey;
|
||||
|
||||
@interface NSFontDescriptor : NSObject <NSCoding>
|
||||
@interface NSFontDescriptor : NSObject <NSCoding, NSCopying>
|
||||
{
|
||||
NSDictionary *_attributes;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue