我如何将CoreText框架导入xcode 3.1.4

发布于 2024-12-14 05:31:24 字数 85 浏览 0 评论 0原文

我正在使用 xcode 3.1.4,我想使用 CoreText 框架,我该怎么做。 我尝试导入 applicationServices 框架,但代码没有运行

i am using xcode 3.1.4 and i want to use CoreText framework how can i do this.
i tried to import applicationServices framework but the code didn't run

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

空心↖ 2024-12-21 05:31:24

iPhone SDK 3.2 中添加了 CoreText.framework

Core Text 是一种先进的低级技术,用于布局文本和
处理字体。它专为高性能和易用性而设计。
Mac OS X v10.5 中引入的 Core Text API 可以从
所有 Mac OS X 应用程序环境。 它也适用于 iOS
3.2.

更多信息:http://developer.apple.com/library/ios/#documentation/StringsTextFonts/Conceptual/CoreText_Programming/Introduction/Introduction.html#//apple_ref/doc/uid/TP40005533-CH1-SW1

CoreText.framework was added in iPhone SDK 3.2

Core Text is an advanced, low-level technology for laying out text and
handling fonts. It is designed for high performance and ease of use.
The Core Text API, introduced in Mac OS X v10.5, is accessible from
all Mac OS X application environments. It is also available in iOS
3.2.

More info: http://developer.apple.com/library/ios/#documentation/StringsTextFonts/Conceptual/CoreText_Programming/Introduction/Introduction.html#//apple_ref/doc/uid/TP40005533-CH1-SW1

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文