Skip to content

Instantly share code, notes, and snippets.

@KatieBarnett
Last active July 11, 2023 10:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KatieBarnett/e388fbf7446555155016ac5bcdcbd5a6 to your computer and use it in GitHub Desktop.
Save KatieBarnett/e388fbf7446555155016ac5bcdcbd5a6 to your computer and use it in GitHub Desktop.
Font scale parameter
@Preview(
name = "regular font", group = "Font scaling", fontScale = 1.0f, showBackground = true
)
@Composable
fun NonResizingTextPreview() {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment