Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. TextEdit font rendering scaling problem in QtQuick 1.1
Forum Updated to NodeBB v4.3 + New Features

TextEdit font rendering scaling problem in QtQuick 1.1

Scheduled Pinned Locked Moved QML and Qt Quick
1 Posts 1 Posters 660 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    alexander.merkel
    wrote on last edited by
    #1

    This problem is already reported here:

    "https://bugreports.qt-project.org/browse/QTBUG-17435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel":https://bugreports.qt-project.org/browse/QTBUG-17435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel

    and also solved in QtQuick 2.0 but due to bad non Open GL hardware I can only use 1.1.

    Does anyone have a workaround for this? I tried something along the lines of:

    @TextEdit{
    ...
    property real dynamicScale // I get this from a modified resisze event
    contentsScale: dynamicScale
    scale: 1/dynamicScale
    ...
    }@

    But this is a horrible hack, does not work well and has unforseen consequences if you use (edit, move cursor etc) the textEdit Component.

    Thanks

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved