Comment 10 for bug 1475205

Revision history for this message
Tim Peeters (tpeeters) wrote : Re: Random Chinese character missing in header with 50 GU

It also happens with Text and certain font sizes:

        Text {
            text: "系统设置"
            font.pixelSize: 1.714*14*(23/8)
        }

where font.pixelSize here follows the same computation that goes from "x-large" fontSize to the actual pixelSize.

The 23 in the calculation is the value of GRID_UNIT_PX. When using 23 in the font.pixelSize computation, the actual value of GRID_UNIT_PIX does not matter any more for reproducing the bug.