FROM : Chris Ridd
DATE : Wed Nov 27 21:46:24 2002
My app is basically plunking a different NSString into a non-editable
(multiple fonts not allowed) NSTextView when the user clicks on rows in a
NSTableView.
All's fine and dandy, except that I've noticed that after I put one
particular string into the view, all subsequent strings get displayed in a
*slightly* bigger font. By bigger I mean slightly less condensed, perhaps a
slightly bigger font size. The guilty string is this (gibberish, and by
\uxxxx I mean Unicode character xxxx):
"\u2662\u2663\u2661\u2660\n\u2022 point\n\u20AC89"
I'm just using setString: to drop each NSString into the text view, and I'm
not using attributed strings anywhere so I am not expecting any font
changes.
Has anyone else seen anything like this?
Cheers,
Chris
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
DATE : Wed Nov 27 21:46:24 2002
My app is basically plunking a different NSString into a non-editable
(multiple fonts not allowed) NSTextView when the user clicks on rows in a
NSTableView.
All's fine and dandy, except that I've noticed that after I put one
particular string into the view, all subsequent strings get displayed in a
*slightly* bigger font. By bigger I mean slightly less condensed, perhaps a
slightly bigger font size. The guilty string is this (gibberish, and by
\uxxxx I mean Unicode character xxxx):
"\u2662\u2663\u2661\u2660\n\u2022 point\n\u20AC89"
I'm just using setString: to drop each NSString into the text view, and I'm
not using attributed strings anywhere so I am not expecting any font
changes.
Has anyone else seen anything like this?
Cheers,
Chris
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
| Related mails | Author | Date |
|---|---|---|
| Chris Ridd | Nov 27, 21:46 | |
| Scott Anguish | Nov 27, 21:56 | |
| Douglas Davidson | Nov 27, 22:06 | |
| Daryn | Nov 28, 00:45 | |
| Douglas Davidson | Nov 28, 00:57 | |
| Chris Ridd | Nov 28, 10:45 |






Cocoa mail archive

