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:
Nicola Pero 2000-12-22 16:49:09 +00:00
parent bd837a9cdf
commit f97b00a5b1

View file

@ -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};