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

Add way for turning off advanced shaping and kerning for text in Qt Quick

XMLWordPrintable

    • 73176d2922baae1ccaa702e4900b0473071d0a96 (qtbase), ff085e2591e8257c373db1c52475b9b54c3da56b (qtdeclarative)

      A pretty common use case when a text is updated at a high frequency, is that is is formatted as follows: <static prefix> [dynamic text consisting of numerals] <static postfix>.

      Adding a way to
      1. Anchor to the advance width of a text item

      and

      2. Tell Qt that OpenType features are not required for the numerals with an optimization flag

      should improve performance in this use case significantly, since you would be able to put the static text in separate text items and skip a big part of the text layout process for the dynamic text.

        For Gerrit Dashboard: QTBUG-56728
        # Subject Branch Project Status CR V

            esabraha Eskil Abrahamsen Blomfeldt
            esabraha Eskil Abrahamsen Blomfeldt
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes