作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在全新的 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/
我是一名优秀的程序员,十分优秀!