Hi all, I use font <https://fonts.google.com/speci...
# compose
l
Hi all, I use font poppins in Compose
Text()
but the content alignment looks not good, any solutions? Thanks. Code:
Copy code
Text(
    text = "NEXT",
    fontSize = 150.sp,
    fontWeight = FontWeight.Bold
)
Preview:
f
This is probably the common issue of font padding: https://issuetracker.google.com/issues/171394808
l
All right...thanks