Is it possible to use/draw a SwiftUI view in TextKit 2? The NSTextLayoutManagerDelegate
seems to be built around returning a NSTextLayoutFragment
.
Since NSTextLayoutFragment
is a class, I can't subclass it and use SwiftUI.
I'd love to create my views using SwiftUI, since it's a lot faster than figuring out CGPaths, pixel perfect anti-aliasing, etc.
Thanks!