主菜单栏中的菜单项以不同的字体大小显示。什么给出了?
我刚刚在更新我的 Mac 应用程序之一时注意到最奇怪的事情。
应用程序运行时的菜单栏具有不同的字体大小(!?)。有些项目采用正常系统文本大小(13 点?),而其他项目则小几个点(11 点?)。什么给?
我什至不知道你可以做到这一点..别介意理解这是如何自愿发生的..
我立即将注意力集中在可能的罪魁祸首 XCode 4 上,但使用 3.2.5 编译相同的项目显示了相同的结果问题。
我对此感到很困惑......有人遇到过这种奇怪的现象吗?
最好的问候,
弗兰克
I just noticed the strangest thing when updating one of my Mac applications.
The menu bar of the application when run has different font sizes (!?). Some items are in the normal system text size (13 point?) and others are a few points smaller (11 points?). What gives?
I didn't even know that you could do this.. never mind understanding how this just came about of its own volition..
I immediately zeroed in on the likely culprit XCode 4, but compiling the same project with 3.2.5 shows the same problem.
I'm rather flummoxed by this.. has anybody come across this weird phenomenon?
Best regards,
Frank
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经习惯了 iOS,但你可能也会遇到类似的问题。 UILabels 有一个“自动收缩”属性,如果文本太长,它会减小字体大小,以避免截断它。您可以在 Interface Builder 中关闭此属性。希望这有帮助!
I`m used to iOS but you may have a similar issue. The UILabels have an "autoshrink" property, which reduces the font size if the text is too long, to avoid truncating it. You can turn this property off in the Interface Builder. Hope this helps!