Hello!
I'm working on a text-heavy UI using a background image for my window design.
I'm using a HD and a SD atlas for switching quality for different resolutions.
My problem is:
When i have some text on an iPhone 4 retina display with a higher dpi the text gets pretty small and hard to read.
So i used a bigger font size that's easier to read on the iPhone.
On the iPad the text gets too big since the resolution is close to the one on the iPhone, but the DPI differs a lot.
I wanna keep all of the elements on my panel resizing, so the position on the screen and the size of the element stays the same on all resolutions,
but i wanna switch the font sizes depending on the DPI of the device.
* Bigger font size on devices with a small screen
* Smaller font size on a device with a big screen
-> rest of UI should scale
Thanks for you help!