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

Variable fonts support in Qt

XMLWordPrintable

      More and more fonts are coming as so-called "variable fonts" where multiple styles are stored in the same file.

      For system-installed fonts, this should work (something to verify as well), since the system does the resolution for us, and we never deal with the font file itself. But for application fonts, we do not resolve the font styles correctly and may assume in several places that a single font file always designates a single font.

      Most variable fonts I've seen come with the static fonts as a backup solution, so that's probably a valid work-around for now, but as this is becoming more and more common, we are going to see more and more reports and frustration about it.

        1. afterFreetype.png
          223 kB
          Eskil Abrahamsen Blomfeldt
        2. screenshot-1.png
          103 kB
          Eskil Abrahamsen Blomfeldt
        There are no Sub-Tasks for this issue.
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            esabraha Eskil Abrahamsen Blomfeldt
            esabraha Eskil Abrahamsen Blomfeldt
            Votes:
            3 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes