F FredT macrumors newbie Original poster Jun 5, 2009 #1 Hi, I need to display superscript text (exponents) in an NSLabel object. Is there any way I can do this? I've read about using RTF or HTML in NSLabel, but I'm new at Cocoa/Mac Programming and I can't seem to figure it out. Thanks
Hi, I need to display superscript text (exponents) in an NSLabel object. Is there any way I can do this? I've read about using RTF or HTML in NSLabel, but I'm new at Cocoa/Mac Programming and I can't seem to figure it out. Thanks
K kpua macrumors 6502 Jun 5, 2009 #2 Take a look at NSAttributedString (both the Foundation and AppKit Additions reference) and NSTextField (there is no NSLabel class).
Take a look at NSAttributedString (both the Foundation and AppKit Additions reference) and NSTextField (there is no NSLabel class).