FROM : Shoaib
DATE : Mon Jan 27 23:19:08 2003
I have an NSTextView that is setup to use Arial 11 as the font. Every once
in a while, the font doesn't display properly. It's completely legible but
it appears as if it's in bold, as if it was out of focus. If I resize the
window that holds the NSTextView, the problem goes away (the NSTextView is
setup to resize with the window).
Here's the code that I have:
/* IB Outlet */
NSTextView *myTextView;
...
[myTextView setFont:[NSFont fontWithName:@"Arial" size:11]];
Am I missing something?
_______________________________________________
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 : Mon Jan 27 23:19:08 2003
I have an NSTextView that is setup to use Arial 11 as the font. Every once
in a while, the font doesn't display properly. It's completely legible but
it appears as if it's in bold, as if it was out of focus. If I resize the
window that holds the NSTextView, the problem goes away (the NSTextView is
setup to resize with the window).
Here's the code that I have:
/* IB Outlet */
NSTextView *myTextView;
...
[myTextView setFont:[NSFont fontWithName:@"Arial" size:11]];
Am I missing something?
_______________________________________________
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 |
|---|---|---|
| Shoaib | Jan 27, 23:19 | |
| Douglas Davidson | Jan 27, 23:37 | |
| Shoaib | Jan 28, 00:21 |






Cocoa mail archive

