mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Added NSOldSelectedCharacterRange
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8405 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bd837a9cdf
commit
f97b00a5b1
1 changed files with 16 additions and 22 deletions
|
@ -349,28 +349,22 @@ NSString *NSWorkspaceWillUnmountNotification =
|
|||
/*
|
||||
* NSStringDrawing NSString additions
|
||||
*/
|
||||
NSString *NSFontAttributeName
|
||||
= @"NSFontAttributeName";
|
||||
NSString *NSParagraphStyleAttributeName
|
||||
= @"NSParagraphStyleAttributeName";
|
||||
NSString *NSForegroundColorAttributeName
|
||||
= @"NSForegroundColorAttributeName";
|
||||
NSString *NSUnderlineStyleAttributeName
|
||||
= @"NSUnderlineStyleAttributeName";
|
||||
NSString *NSSuperscriptAttributeName
|
||||
= @"NSSuperscriptAttributeName";
|
||||
NSString *NSBackgroundColorAttributeName
|
||||
= @"NSBackgroundColorAttributeName";
|
||||
NSString *NSAttachmentAttributeName
|
||||
= @"NSAttachmentAttributeName";
|
||||
NSString *NSLigatureAttributeName
|
||||
= @"NSLigatureAttributeName";
|
||||
NSString *NSBaselineOffsetAttributeName
|
||||
= @"NSBaselineOffsetAttributeName";
|
||||
NSString *NSKernAttributeName
|
||||
= @"NSKernAttributeName";
|
||||
NSString *NSLinkAttributeName
|
||||
= @"NSLinkAttributeName";
|
||||
NSString *NSFontAttributeName = @"NSFontAttributeName";
|
||||
NSString *NSParagraphStyleAttributeName = @"NSParagraphStyleAttributeName";
|
||||
NSString *NSForegroundColorAttributeName = @"NSForegroundColorAttributeName";
|
||||
NSString *NSUnderlineStyleAttributeName = @"NSUnderlineStyleAttributeName";
|
||||
NSString *NSSuperscriptAttributeName = @"NSSuperscriptAttributeName";
|
||||
NSString *NSBackgroundColorAttributeName = @"NSBackgroundColorAttributeName";
|
||||
NSString *NSAttachmentAttributeName = @"NSAttachmentAttributeName";
|
||||
NSString *NSLigatureAttributeName = @"NSLigatureAttributeName";
|
||||
NSString *NSBaselineOffsetAttributeName = @"NSBaselineOffsetAttributeName";
|
||||
NSString *NSKernAttributeName = @"NSKernAttributeName";
|
||||
NSString *NSLinkAttributeName = @"NSLinkAttributeName";
|
||||
|
||||
/*
|
||||
* NSTextView userInfo for notifications
|
||||
*/
|
||||
NSString *NSOldSelectedCharacterRange = @"NSOldSelectedCharacterRange";
|
||||
|
||||
/* NSFont matrix */
|
||||
const float NSFontIdentityMatrix[] = {1, 0, 0, 1, 0, 0};
|
||||
|
|
Loading…
Reference in a new issue