Is there a way to switch the font.family
between "normal" and "monospace" in Qml in a platform independent way?
Label { font.family: "Monospace"}
At the moment I set the font for each platform independently. Shipping a font with the application is also no option because the text is very likely in the system's language (for instance the user interface is English but the text might be in Parsi).
Regards,