我在启动时显示一个 statusItem,如下所示:
theItem = [[[NSStatusBar systemStatusBar] statusItemWithLength:NSVariableStatusItemLength] retain];
NSString *theString = [textField stringValue];
(textField.stringValue = theString);
[theItem setTitle:theString];
[theItem setHighlightMode:YES];
文字看起来很模糊。如何清理文本的外观?
谢谢。
保罗
这是一个屏幕截图,顶部是数字菜单栏时钟,底部是 NSStatusItem 标题: