[konsole] [Bug 394004] Special character rendered overly small when on wayland
Johan Klokkhammer Helsing
bugzilla_noreply at kde.org
Wed Feb 6 11:22:47 GMT 2019
https://bugs.kde.org/show_bug.cgi?id=394004
--- Comment #4 from Johan Klokkhammer Helsing <johan.helsing at 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 the assignee for the bug.
More information about the konsole-devel
mailing list