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

QFontDatabase::families() returns empty list for Symbol writing system

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.1.0
    • 5.0.1
    • GUI: Font handling
    • None
    • Ubuntu 12.04 x86_64, Gentoo x86_64
    • 244cc5da55b92bf08f32da01d7557decbd9ba66c

    Description

      Test code:

      #include <QApplication>
      #include <QFontDatabase>
      #include <QDebug>
      #include <QStringList>
      
      int main(int argc, char *argv[])
      {
      	QApplication a(argc, argv);
      	QFontDatabase db;
      	qDebug() << db.families(QFontDatabase::Symbol);
      	return 0;
      }
      

      Built with Qt 4.8.1 it gives correct result.

      Attachments

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

        Activity

          People

            esabraha Eskil Abrahamsen Blomfeldt
            avkorzun Alexey Korzun
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes