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

Parsing text to font's glyphs happens to late and too often

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • 5.0.0, 6.11
    • SVG Support
    • None

      To render a text using a font's glyphs, the string of characters must be converted to a sequence of glyphs.
      Expected: This happens once per text. Steps of it should be done once per font whenever possible.
      Actual: Qt does this when drawing the text. i.e. once per drawing. Therefore it happens twice when drawing a text in two steps (fill and stroke separately). I guess the conversion will also be repeated when a text from <defs> has more than one <use>.

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

            rlohning Robert Löhning
            rlohning Robert Löhning
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There is 1 open Gerrit change