jeziellago / compose-markdown

Markdown Text for Android Jetpack Compose 📋.
MIT License
594 stars 51 forks source link

Prevent text scaled based on Android setting #124

Open quynhle297 opened 2 months ago

quynhle297 commented 2 months ago

Hi Dev Team,

First, I want to thank you for the fantastic work you're doing!

I noticed that the text size currently scales according to the Android system font size settings. Do you have any plans to support other TypedValue units in MarkdownText, such as COMPLEX_UNIT_DIP? It would be great to have the option to prevent scaling based on the system's font settings.

Thanks again!