5

我在启动时显示一个 statusItem,如下所示:

theItem = [[[NSStatusBar systemStatusBar] statusItemWithLength:NSVariableStatusItemLength] retain];

 NSString *theString = [textField stringValue];
 (textField.stringValue = theString);

    [theItem setTitle:theString];
    [theItem setHighlightMode:YES];

文字看起来很模糊。如何清理文本的外观?

谢谢。

保罗

这是一个屏幕截图,顶部是数字菜单栏时钟,底部是 NSStatusItem 标题:

顶部为数字时钟,底部为 NSStatusItem 标题

4

2 回答 2

1

您是否尝试过将文本绘制到图像中并在 中使用该图像NSStatusItem

于 2011-09-09T05:07:11.207 回答
0

在我看来还不错。

测试状态栏

好吧,不是“完美”,但更多的是不均匀缩放而不是“模糊”。这也是你看到的吗?

于 2011-01-28T00:57:56.580 回答