I am setting my font size using the NamedSize enumeration. In iOS the font displays as the set size regardless of the font size set in the os settings. This however is not the case for Android. If I set my NamedSize to medium and the Android settings have font size set to large, the font will be large. Even when I set it to an int value, the Android overrides it with the font size from settings which in turn makes the app look terrible in some situations. Does anyone have a way to have the font size not get overridden by the Android native settings?
↧