I have a Delphi app designed for Android devices. Using a font size of 14px, it looks perfect for a 5" device. But when the same app is run on a PocketBook 7", the font looks very tiny. Although the position and size of the elements are adjusting accordingly to the size, thanks to layout and anchors.
Any idea on how to change the font according to screen size ?
Finally, i opted for the second solution, i detect the screen size at runtime and scale the font size accordingly in code