[kde] [Bug 479891] Some text glyphs in QML software are mis-aligned or squished when using a fractional scale factor

Nate Graham bugzilla_noreply at kde.org
Thu Jun 20 15:10:56 BST 2024


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

--- Comment #37 from Nate Graham <nate at kde.org> ---
Minimum reproducible case for me:

import QtQuick

ListView {
    width: 200
    height: 400

    model: 50

    delegate: Text {
        text: "I might be misaligned"
        renderType: Text.NativeRendering
    }
}

Scroll on that while it's located on a screen with fractional scaling, and the
issue will quickly show up.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Unassigned-bugs mailing list