AttributedText Text can handle attributed strings as well! 🔠Setup Add the following to Package.swift: .package(url: "https://github.com/stateman92/AttributedText", exact: .init(0, 0, 1)) Or add the package in Xcode. Usage AttributedText(attributedString: ...) For details see the Example app. Example