Similar to this question:
http://stackoverflow.com/questions/19817086/device-settings-independent-font-size
I got my app to fit and look good on phones and tablets, then to my horror I discovered that if the Android accessibility Font Size was increased my app wouldn't fix on some phones.
Is there any strategy to mitigate this? In my forms I uses the forms Fonts:
FontSize = "Large" FontSize = "Medium"
...etc
Can I force the app to always uses constant sizing - regardless of the Android accessibility Font Size?