Qt 6.11 is out! See what's new in the release
blog
How to know what default font is selected
-
I have an application which has a TextEdit in qml that switch between displaying English and Hindi. The font that I set for it is Arial which works alright for English. But when it is displaying Hindi, I am unsure what font is being used as querying font.family just returns Arial. Does anyone know how I can find out what default font is selected while the Hindi text is displayed?