gpt4 book ai didi

iphone - 使用 Core Text 为给定的字符串范围设置背景颜色/突出显示颜色

转载 作者:可可西里 更新时间:2023-11-01 03:15:18 25 4
gpt4 key购买 nike

我在我的 iPhone 应用程序中使用 Core Text 布置了一些文本。我正在使用 NSAttributedString 为给定范围的文本设置某些样式。

我似乎找不到用于设置背景/突出显示颜色的属性,尽管它似乎是可能的。我找不到听起来相关的属性名称常量,文档仅列出:

kCTCharacterShapeAttributeName
kCTFontAttributeName
kCTKernAttributeName
kCTLigatureAttributeName
kCTForegroundColorAttributeName
kCTForegroundColorFromContextAttributeName
kCTParagraphStyleAttributeName
kCTStrokeWidthAttributeName
kCTStrokeColorAttributeName
kCTSuperscriptAttributeName
kCTUnderlineColorAttributeName
kCTUnderlineStyleAttributeName
kCTVerticalFormsAttributeName
kCTGlyphInfoAttributeName
kCTRunDelegateAttributeName

Twitterrific 的开发者 Craig Hockenberry 曾在 Twitter 上公开表示,他使用 Core Text 来呈现推文,而 Twitterrific 具有我在触摸链接时谈论的背景/亮点。

alt text

任何正确方向的帮助或指示都会很棒,谢谢。

编辑:这是一个link to the tweet Craig 发帖提到“核心文本、属性字符串和大量辛勤工作”,以及 follow up提到使用 CTFrameSetter 指标来计算触摸是否与链接相交。

最佳答案

最后,我不得不使用 Core Text 指标方法(获取范围、边界、线的原点等)来计算链接的边界矩形。链接跨越的每一行都有一个矩形后,我将背景绘制到上下文中,然后再重绘其上方的文本。

看起来工作量很大,但确实有效。

关于iphone - 使用 Core Text 为给定的字符串范围设置背景颜色/突出显示颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4498918/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com