如何扩展NSTextStorage?
根据文档,我尝试对 NSTextStorage 进行子类化并在文本视图中使用它: /* NSTextStorage is a semi-abstract subclass of NSMutableAttributedString.…
使用 NSTextStorage 绘制文本
我使用三个类将文本绘制到屏幕上:NSTextStorage、NSTextContainer、NSLayoutManager。 我希望 nstextstorage 的一部分具有一些特殊属性(下划线、颜…
对 NSTextView 的更改未到达屏幕
我有一个 NSTextView,由我自己组装的文本系统支持,按照 Cocoa 文档中文本系统概述中的“手动组装文本系统”部分的内容。它成功地将 NSTextStorage …
- 共 1 页
- 1