Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
4.2.1
-
None
Description
When using the following font on Windows
QFont font("MS Shell Dlg");
font.setBold(true);
font.setPixelSize(12);
it has slightly wider characters than in Qt 4.1.4, resulting in a squashed appearance with no gaps between the characters. Also the font metrics for 4.2.1 do not match the displayed character width (they appear to be the same as for 4.1.0)
Note: Unfortunately our submit policies for patch releases prevent us from fixing this non-critical problem for 4.2.3.