NSAttributedString: define NSTextAlternatives attribute

Define an (unimplemented) NSAttributedString attribute for an
NSTextAlternatives object.
This commit is contained in:
Daniel Ferreira 2017-07-23 02:39:35 +10:00 committed by Ivan Vučica
parent 758d524547
commit b29d85f451
2 changed files with 6 additions and 0 deletions

View file

@ -566,6 +566,8 @@ NSString *NSToolTipAttributeName = @"NSToolTip";
NSString *NSUnderlineColorAttributeName = @"NSUnderlineColor";
NSString *NSUnderlineStyleAttributeName = @"NSUnderline";
NSString *NSTextAlternativesAttributeName = @"NSTextAlternatives";
NSString *NSCharacterShapeAttributeName = @"NSCharacterShape";
NSString *NSGlyphInfoAttributeName = @"NSGlyphInfo";