Is there support in AttributedString
for languages like Japanese that use ruby annotation to present character pronunciation around the text? Something similar to how NSAttributedString
can use kCTRubyAnnotationAttributeName
?
Ideally, I would be able to pass some ruby encoded AttributedString
to a SwiftUI Text
view and it would know how to present the characters and the pronunciation (above, below, etc.)