SwiftUI Text .linespacing reduce below 0

I'm trying to recreate an app I built in with UIKit. There's some custom text treatments that I had to do a which I'm having trouble recreating.

Specifically the lineheight. The text for the app is less than what spacing 0 represents.
Code Block
.lineSpacing(0)

Nothing seems to happen when I try to put a negative number in. I was wondering if there is any other way to accomplish this without breaking out each line into separate text elements.

SwiftUI Text .linespacing reduce below 0
 
 
Q