Closed dinhthaidaica closed 4 months ago
Line height if custom font (also the space between lines) seems to be so much bigger then the value in the TextStyle. In other word, lineHeight value in textStyle is not respected.
TextStyle
lineHeight
textStyle
style = TextStyle( textAlign = TextAlign.Center, lineHeight = 24.sp, fontSize = 18.sp )
Line height if custom font (also the space between lines) seems to be so much bigger then the value in the
TextStyle
. In other word,lineHeight
value intextStyle
is not respected.