Details
-
Type:
Suggestion
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Duplicate
-
Affects Version/s: 5.11.2
-
Fix Version/s: None
-
Component/s: GUI: Text handling, Quick: 2D Renderer
-
Labels:None
-
Platform/s:
Description
Follow-up of QTBUG-45811
Currently if a font doesn't support a certain character, the character is drawn using a fallback font that supports the specified char. This character will then be rendered only in monochrome.
If for example there is an emoji character inside a text rendered with Arial, it will be drawn in monochrome, even though the fallback font supports colors.
This can be seen in the example from QTBUG-71928.