NSFontTraitMask Question
NSFontTraitMask Question
- Subject: NSFontTraitMask Question
- From: Tom Gray <email@hidden>
- Date: Mon, 7 Oct 2002 15:00:11 -0400
Stumped again.
I have an NSTextView subclass and I am trying to determine if the
character clicked on is "bold".
I can't find a method that will allow me to "read" the font traits of a
character. I can set the font traits with:
[NSTextStorage applyFontTraits:myTraitMask range:myRange];
However, once set, I can't find a method that will allow me to
determine the traits.
Note, the traits (ie. bold) are different then the font attributes.
I am completely stumped. Any ideas?
Tom Gray
-------------
email@hidden
or
email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.