limitFontLarge

Limits the font size of the TextView if the system font scale is larger than a predefined threshold.

This function first resets the TextView's text size to 0 and then sets it again, ensuring the size is adjusted based on the limitFontScale function. This is often used to prevent text from becoming excessively large due to accessibility settings, maintaining a reasonable layout.