ibireme / YYText

Powerful text framework for iOS to display and edit rich text.
MIT License
8.84k stars 1.69k forks source link

发现YYTextContainer的末尾截断不准确 #894

Open cottonBuddha opened 5 years ago

cottonBuddha commented 5 years ago

发现YYTextContainer的末尾截断不准确,有些情况下不会出现...截断。尝试在调用 CTLineRef ctTruncatedLine = CTLineCreateTruncatedLine(ctLastLineExtend, truncatedWidth, type, truncationTokenLine); 时,使参数truncatedWidth让出truncationToken宽度能解决问题。 不知道是不是使用姿势不正确。向大佬求助。