Skip to content

Instantly share code, notes, and snippets.

@KatieBarnett
Created July 14, 2023 09:04
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/37485cc027b144e5ff404310928705e2 to your computer and use it in GitHub Desktop.
Save KatieBarnett/37485cc027b144e5ff404310928705e2 to your computer and use it in GitHub Desktop.
Non resizing text with sp
Text(
text = "This is non-resizing text with font scale ${LocalDensity.current.fontScale}",
fontSize = 16.sp.nonScaledSp
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment