Reputation: 1445
How to remove the default Text
padding.
I went through this article: https://medium.com/androiddevelopers/fixing-font-padding-in-compose-text-768cd232425b
But, couldn't achieve the desired look.
androidx-compose-bom = "2023.10.01"
Font used: Cairo
Upvotes: 0
Views: 133
Reputation: 1491
platformStyle = PlatformTextStyle(
includeFontPadding = false )
Upvotes: 0