Skip to content

Commit

Permalink
missing symbols required by MorxTester
Browse files Browse the repository at this point in the history
  • Loading branch information
HinTak committed May 26, 2020
1 parent 08cf331 commit b275437
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AppKit/NSFontDescriptor.m
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ this software and associated documentation files (the "Software"), to deal in
NSString *const NSFontWidthTrait = @"NSFontWidthTrait";
NSString *const NSFontSlantTrait = @"NSFontSlantTrait";

NSString *const NSFontFeatureSelectorIdentifierKey = @"NSFontFeatureSelectorIdentifier";

const NSFontWeight NSFontWeightThin = 0xbfe3333340000000;
const NSFontWeight NSFontWeightLight = 0xbfd99999a0000000;
const NSFontWeight NSFontWeightUltraLight = 0xbfe99999a0000000;
Expand Down

0 comments on commit b275437

Please sign in to comment.