dewildte
10/04/2023, 4:24 PMcolintheshots
10/04/2023, 4:30 PMdewildte
10/04/2023, 4:30 PMChris Fillmore
10/04/2023, 4:31 PMfrancisco
10/04/2023, 6:08 PMTextStyle
you can control letterSpacing (aka kerning, the spacing between the letters, the higher the number the bigger the gap)
val caption: TextStyle = TextStyle(
fontFamily = roboto,
fontWeight = FontWeight.Medium,
fontSize = 12.sp,
lineHeight = 16.sp,
letterSpacing = 0.5.sp
)