I made a QT Quick Application, which uses a fixed size for my developer tablet (the tablets resolution). So if I run this application on ubuntu, it is a window with the same size that the android application has on the tablet.
For manipulating the size of text, I use “font.pointSize”. But the size of the text on the desktop (ubuntu) and the android app is different. On the android app it is smaller.
Is this an issue with android apps? Should I use another attribute for text size?
↧