Small font issue
Small font issue
- Subject: Small font issue
- From: "Shoaib" <email@hidden>
- Date: Mon, 27 Jan 2003 22:19:08 GMT
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@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.