orbit-swiftui
orbit-swiftui copied to clipboard
Support background for NSAttributedString in `Text`
This would enable the support for concatenation of a text that has a specific background.
The native support in AttributedString is not enough (it uses the background for the newline character as well). We need to only use this to non-newline characters.