如何从 XCode 4 Interface Builder 更改 NSScrollView 字体?

Posted

技术标签:

【中文标题】如何从 XCode 4 Interface Builder 更改 NSScrollView 字体?【英文标题】:How to change NSScrollView font from XCode 4 Interface Builder? 【发布时间】:2011-09-23 03:48:47 【问题描述】:

有谁知道如何使用 XCode 4 Interface Builder 更改 NSScrollView 中的字体?

感谢您的帮助。

PS:这是针对 Mac OS 开发的。 iPhone ScrollView 的字体面板可以在 Attributes Inspector 中看到(如下面的 Khrisna 所指),但不适用于 MacOS 开发。

【问题讨论】:

【参考方案1】:

NSScrollView 类由 NSClipView 和 NSScroller 类组成。我想我们 NSScrollView 没有一个属性,我们可以通过它来更改要写入的文本的 FONT。

我们更改 UITextField 或 UILabel 中文本的字体。因此,当在 ScrollView 中使用这些时,我们可以将它们的字体更改为:

 1. PRogrammatically:
    myTextFied.font = [UIFont fontWithName:<#(NSString *)#> size:<#(CGFloat)#>];
    or
    myTextFied.font = [UIFont fontNamesForFamilyName:<#(NSString *)#>];

 2. Using Interface Builder:
    You can set your font in the Attributes Inspector.

【讨论】:

谢谢,但我目前正在为 Mac 应用程序开发,我在 Attributes Inspector 中看不到字体面板。虽然它存在于 iPhone 项目中。任何的想法? :)

以上是关于如何从 XCode 4 Interface Builder 更改 NSScrollView 字体?的主要内容,如果未能解决你的问题,请参考以下文章

如何在 XCode 4 Interface Builder 中将窗口方向更改为横向?

如何在Xcode的Interface Builder中一次编辑多个约束

在 Xcode 4.3 中,使用 Interface Builder 制作 UITableviewCell 的选项消失了

Interface Builder 中的未知类,从 xcode9 beta5 迁移到 xcode 8.3

如何使用 Interface Builder 和 Swift 在 xCode6 中正确创建故事板

Xcode 4.2 Interface Builder Dock 图标