Details
-
Suggestion
-
Resolution: Done
-
Not Evaluated
-
None
-
None
Description
In case of loading the font with FontLoader in QML and do not specify the name property,
The result of the obtained name property is different between Windows and Linux.
For Windows I can get the correct font name, but, for Linux the omitted font name is set.
For Linux, I need to specify styleName to apply stylefont,
so please fix it so that the result of name property is the same on Windows and Linux.