Font in windows is regular, but in Linux it displays as Semi bold
Unsolved
QML and Qt Quick
-
Hi All,
I've set a font which is available in Windows, installed the same font
Font is been selected with a path given in windows,FontLoader { id: localFont; source: "fonts/Emeric-ExtraLight.otf" }
same code when run in Linux the app shows the display as semi bold.
I checked with the properties like
font. but have not got any clue!