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

StyledText formatted text isn't rendered correctly with OpenGL graphicssystem

    XMLWordPrintable

Details

    • 607956f6f76de283b22f431d474fbf43de6d2db7

    Description

      A text area with StyledText format, a color property and text like:
      "some <font color=\"#112233\">colored</font> text"
      shows the problem - the final work "text" will be rendered black, instead of the color according to the color property, when using the OpenGL graphics system.

      This is because the pen of the Inert paint device specified in QDeclarativeTextLayout is a default (black) pen rather than an invalid pen.

      Attachments

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

        Activity

          People

            chrisadams Christopher Adams
            chrisadams Christopher Adams
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes