Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.2.0
-
None
-
Windows 8.1
-
c3b2425791ec1e17a8b1e2f5b35b8e79176fc9c4 800232e1d3ebfbac28d07014a3c646ea00fcf6ad
Description
A mix out of Arabic and Japanese glyphs should be rendered with two different fonts which are chosen. For example the Arabic glyphs should be rendered in "Arial" and the Japanese glyphs in "SimHei". So set font substitution of Arial to "SimHei" with QFont::insertSubstitutions("Arial", QStringList("SimHei"));
Expected result is the Arabic glyphs should be rendered in "Arial" and the Japanese glyphs in "SimHei", but turns out that Japanese glyphs are rendered in "MS Gothic".
Attachments
Issue Links
- resulted in
-
QTBUG-37836 [REG] Font merging for complex scripts is broken on Windows
- Closed