Font Quick Controls 1
Unsolved
QML and Qt Quick
-
Hi,
I wonder which fonts quick controls 1 uses? I implemented a tab button using the Roboto font, and have the impression that readability of Roboto is worse than what is used in the Quick controls 1 tab button. Here a comparison:
Quick Controls 1:
My control using Roboto:
The hinting seems to be different, my control has colored hinting and the quick controls 1 black and gray. Why is that?
-
So I found that I can set
renderType: Text.NativeRendering
. I use Linux and when I set anti aliasing to gray only the result looks similar. However, I still have the feeling that the quick controls 1 font is more readable than Roboto. Does someone know which font it is?