Comment 12 for bug 1475205

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

I reproduced the bug independent from the GU size and without importing Ubuntu.Components:

import QtQuick 2.0
Item {
    width: 800
    height: 600

    Text {
        anchors.centerIn: parent
        text: "系统设置 one two"
        font.family: "Ubuntu"
        font.pixelSize: 69
        font.weight: Font.Light
    }
}

There seems to be an issue with the Ubuntu font, but only with weight Light and pixelSize 69.