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

Provide access to system configured fonts

    XMLWordPrintable

Details

    Description

      Provide a "meta-font" that corresponds to the system configured font. This font can be streamed in/out etc. but will always result in the font that is configured in the windowing system.

      Example:

      QFont f = QFont::systemFont(QFont::StandardFont); // f is now Helvetica
      // user re-configures his system
      qDebug() << f;
      // f is now Verdana

      Attachments

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

        Activity

          People

            shausman Simon Hausmann
            fernenge Harald Fernengel
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes