Does anyone know how we can change the font size of only the first character of the text in Swift UI?
I tried concatenating two separate texts but that didn’t work out well when text is multiline.
Is there any proper way?
Text(quote.text).font(Font.custom("PlayfairDisplayRoman-Bold", size: 36, relativeTo: .largeTitle))
for example: