Home > Net >  Using text as a fixed font size in android compose
Using text as a fixed font size in android compose

Time:02-10

I am using Text in Compose, and I want to treat the font size as a fixed value regardless of the system setting. However, the font-size of text allows only sp. Therefore, it is difficult to apply a fixed font value. Is there any way to do this?

CodePudding user response:

  •  Tags:  
  • Related