https://bugs.kde.org/show_bug.cgi?id=394004

--- Comment #4 from Johan Klokkhammer Helsing <johan.hels...@qt.io> ---
Weird.

Can you try running the following in qmlscene?

import QtQuick 2.6
Column {
    TextEdit {
        id: size
        text: "32"
    }
    Text {
        font.pixelSize: size.text
        text: "Smileys Symbols ㋡ ㋛ ☺ ☹ ☻ 〠 シ ッ ツ ヅ Ü 〲 〴 ϡ ﭢ ت ⍡ ⍢ ⍣ ⍤ ⍥ ⍨ ⍩ ὃ
ὕ ὣ Ѷ Ӫ ӫ "
    }
    Text {
        font.pointSize: size.text
        text: "Smileys Symbols ㋡ ㋛ ☺ ☹ ☻ 〠 シ ッ ツ ヅ Ü 〲 〴 ϡ ﭢ ت ⍡ ⍢ ⍣ ⍤ ⍥ ⍨ ⍩ ὃ
ὕ ὣ Ѷ Ӫ ӫ "
    }
}

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to