mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 21:00:37 +00:00
NSAttributedString: define NSTextAlternatives attribute
Define an (unimplemented) NSAttributedString attribute for an NSTextAlternatives object.
This commit is contained in:
parent
758d524547
commit
b29d85f451
2 changed files with 6 additions and 0 deletions
|
@ -566,6 +566,8 @@ NSString *NSToolTipAttributeName = @"NSToolTip";
|
|||
NSString *NSUnderlineColorAttributeName = @"NSUnderlineColor";
|
||||
NSString *NSUnderlineStyleAttributeName = @"NSUnderline";
|
||||
|
||||
NSString *NSTextAlternativesAttributeName = @"NSTextAlternatives";
|
||||
|
||||
NSString *NSCharacterShapeAttributeName = @"NSCharacterShape";
|
||||
NSString *NSGlyphInfoAttributeName = @"NSGlyphInfo";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue