Skip to content

Instantly share code, notes, and snippets.

View berhram's full-sized avatar
🎸
Rock'n'Roll

Daniil Pechorin berhram

🎸
Rock'n'Roll
  • Novi Sad, Serbia
View GitHub Profile
@berhram
berhram / AutoSizeText.kt
Created September 14, 2022 18:34
Auto-size composables Texts
@Composable
fun AutoSizeText(
text: String,
modifier: Modifier = Modifier,
color: Color = Color.Unspecified,
fontSize: TextUnit = TextUnit.Unspecified,
fontStyle: FontStyle? = null,
fontWeight: FontWeight? = null,
fontFamily: FontFamily? = null,
letterSpacing: TextUnit = TextUnit.Unspecified,