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

QPA: directfb plugin is using wrong image format for fonts

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.6.0 Beta
    • 5.5.0
    • QPA: DirectFB
    • None
    • embedded linux
    • 2a1ea8f13be95f664b112663986102300a17bdfe

    Description

      In IDirectFBSurface *QDirectFbTextureGlyphCache::sourceSurface() method

      case QImage::Format_Indexed8:
      desc.pixelformat = DSPF_A8;
      

      should be,

      case QImage::Format_Alpha8:
      desc.pixelformat = DSPF_A8;
      

      Attachments

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

        Activity

          People

            janichol Andy Nichols
            qtcomsupport Qt Support
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes