gpt4 book ai didi

Xcode 4 字体默认为 Helvetica

转载 作者:行者123 更新时间:2023-12-02 05:10:41 32 4
gpt4 key购买 nike

我在全新的 MacBook Pro 上运行 Xcode 4。我的问题是:当从 Mac OS 字体选择器中选择字体时,只有少数能正确显示;其余的显示为 Helvetica。我在任何其他应用程序、Apple 或其他应用程序中都没有这个问题。以下是正确显示的字体:

Arial、Arial Rounded、Baskerville、Cochin、Courier、Courier New、Futura、Georgia、Helvetica、Helvetica Neue、Marker Felt、Palatino、Times New Roman、Trebuchet MS、Verdana、Zapfino

提前致谢。

最佳答案

我的是 xcode 4.2,一切正常。但如果它不适合你,简单的方法是从你的代码中调用字体。

//am using a font called "Ethiopic WashRa Bold
//Copy it to your resource folder and that is it
cell.textLabel.font = [UIFont fontWithName:@"Ethiopic WashRa Bold" size:14];
cell.textLabel.text = [object objectForKey:@"Title"];

cell.detailTextLabel.font = [UIFont fontWithName:@"Ethiopic WashRa Bold" size:10];
cell.detailTextLabel.text = [object objectForKey:@"Group"];

如果您的问题不同,请告诉我,以便我更好地理解。

关于Xcode 4 字体默认为 Helvetica,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5958653/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com