Bolding using applyFontTraits
Bolding using applyFontTraits
- Subject: Bolding using applyFontTraits
- From: Tom Gray <email@hidden>
- Date: Wed, 07 Aug 2002 13:55:03 -0400
As always, thanks in advance!
I am trying to apply an NSBoldFontMask to the Monaco font I am using in an
NSTextView. However, it is not working. I have no problem getting italics.
In other words this works:
[myTextStorage applyFontTraits:NSItalicFontMask range:theRange];
but this does NOT work:
[myTextStorage applyFontTraits:NSBoldFontMask range:theRange];
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.