CTFont 和 Core Text 框架

发布于 2024-09-09 19:40:21 字数 179 浏览 5 评论 0原文

我正在尝试在 iPhone 应用程序中使用 CTFont。我已经:-

  1. 添加了核心文本框架
  2. 添加了#import“CoreText/CoreText”。到我试图在其中使用 CTFont 的文件。

但是编译器说“CTFont 未声明”

???我缺少什么?

I'm trying to use CTFont in an iPhone app. I have :-

  1. Added the Core Text framework
  2. Added #import "CoreText/CoreText." to the file I am trying to use CTFont in.

However the compiler is saying that "CTFont undeclared"

??? what am I missing?

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

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

发布评论

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

评论(2

蓝海似她心 2024-09-16 19:40:21

你应该 #import

You should #import <CoreText/CoreText.h>

幼儿园老大 2024-09-16 19:40:21

另外,以防万一您仍然遇到问题。 CTFontRef 是您想要的结构而不是 CTFont

Also, just incase your still having issues. CTFontRef is the struct you want not CTFont

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