I'm displaying a statusItem at launch like this:
theItem = [[[NSStatusBar systemStatusBar] statusItemWithLength:NSVariableStatusItemLength] retain];
NSString *theString = [textField stringValue];
(textField.stringValue = theString);
[theItem setTitle:theString];
[theItem setHighlightMode:YES];
The text looks very fuzzy. How can I clean up the look of the text?
Thanks.
Paul
Here's a screenshot with the digital menu bar clock on top, and NSStatusItem title on bottom:
Have you tried drawing the text into an image and using that image in the NSStatusItem
?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With