如何在核心文本中使用 CTTypesetterSuggestClusterBreak
我在使用 CTTypeSetterRef 类的 CTTypesetterSuggestClusterBreak 函数时遇到问题。我想使用此方法来获取索引附近最接近的单词边界。我在实施此方法时遇到困难,即必须如何以及在何处使用此方法。 我一直在努力解决这个问题,但还没有成功。如果有人可以帮助我使用这种方法,我将非常感激。
提前感谢
I am having trouble in using CTTypesetterSuggestClusterBreak function of CTTypeSetterRef class. I want to use this method to get closest word boundry near an index. I am having difficult in the implementationof this method, i.e how and where this method must be used.
I have been banging my head over this but with no success yet. If anyone can help me in using this method I would be very greatful.
Thanx in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定 CoreText 是否适合这项任务;听起来您应该调查
CFStringTokenizer
。I'm not sure CoreText is appropriate for this task; it sounds like you should investigate
CFStringTokenizer
instead.