Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
4.2.2
-
None
Description
Currently when adding a font that already exists in the system with QFontDatabase::addApplicationFontFromData() and then using the font with that font name in the application, which of the system font or the added font is used is undefined.
It would be nice if it could be investigated if it was possible to have the font added with QFontDatabase::addApplicationFontFromData() have take precedence over system font on all platforms.