I would like to ignore any font style from the device in my application .
I have seen this post and this one, and i didn't found my solution there .
this could have been great but it ignore only if the application is running :
<activity android:name=".MyActivity"
android:configChanges="fontScale">
...
</activity>
My application is big and i got a lot of TextViews with different size, is there a way to just ignore the scale or set new one programmatically just for my application like I can do for example with languages with setLocal?