Bolding text in SwiftUI Nov 23, 2020 Text("normal text ") + Text("bold text").bold() + Text(" normal text")