在 PDF 的 CGRect 中绘制文本

发布于 2024-12-06 05:38:45 字数 130 浏览 1 评论 0原文

我正在尝试创建 PDF,并且有一些文本。它比一行长,所以我不确定如何将它写入我的上下文中。我是否首先计算文本大小的 CGRect?从那里,我将如何在创建 PDF 时进行自动换行或类似操作?到目前为止,我所能做的就是在正确的位置绘制标题:-。谢谢。

I'm trying to create a PDF and I have some text. It is longer than one line, so I'm not sure how I need to write it into my context. Do I calculate a CGRect the size of my text first? From there, how would I do word wrap or things like that in creating a PDF? So far all I've been able to do is to just draw a title at the correct location :-. Thanks.

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

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

发布评论

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

评论(1

夜血缘 2024-12-13 05:38:45

我建议使用 Core Text,因为这是一个相当强大的文本渲染框架,可以很好地与 Quartz 配合使用。使用 CTFrame 类可以轻松完成您想要做的事情。

I recommend using Core Text, as this is a fairly powerful text rendering framework that plays nicely with Quartz. What you're trying to do is easily accomplished using the CTFrame class.

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