Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-98547

slow font handling in qtquick applications with threaded rendering

    XMLWordPrintable

Details

    Description

      when using threaded rendering the `QFontPrivate::engineForScript` function will always destroy and reload the font database (`engineForScript` is accessed via `updatePaintNode`). disabling the threaded rendering this won't be done. this is a rather expensive operation (at least on linux) and afaict the ping-pong between application and render thread will alway cause the font-db to be rebuilt when `Text` items are created or the font properties are modified

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              esabraha Eskil Abrahamsen Blomfeldt
              timblechmann tim blechmann
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes