核心文本 - 行号

发布于 2024-10-17 04:17:16 字数 86 浏览 3 评论 0原文

如何在左侧视图中向核心文本添加行号?

我不是在寻找确切的细节,只是如何知道每行的开始和结束位置,以便我可以推断出在单独的视图中添加数字的位置。

How would I add line numbers to Core Text say in a view down the left hand side?

I'm not looking for exact details just how to know where each line starts and ends so I can deduce where to add the numbers in the separate view.

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

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

发布评论

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

评论(1

倾城花音 2024-10-24 04:17:16

如果您使用 CTFramesetter 布置文本,则可以在框架上调用 CTFrameGetLineOrigins。每个原点代表该线的基线的起点。请记住,Core Text 使用 Quartz 坐标系,其中 Y 从下到上递增。

If you're laying out the text using CTFramesetter, then you can call CTFrameGetLineOrigins on your frame. Each origin represents the start of the baseline for that line. Keep in mind that Core Text uses the Quartz coordinate system, where Y increases from bottom to top.

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