标签: objective-c textkit
我使用TextKit绘制一个长文本。段落对齐为NSTextAlignmentJustified,hyphenationFactor已启用。
TextKit
NSTextAlignmentJustified
hyphenationFactor
通常效果很好,但有时我会看到这样的一行:"L o n g t e x t"。有没有办法画出"Long____text"这样的行?即设置具有灵活空格的字符之间的恒定距离?
"L o n g t e x t"
"Long____text"
提前致谢。
答案 0 :(得分:0)
如果你想做自己的角色布局,你需要子类化布局管理器(NSLayoutManager)。