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

Loading multiple font using the same font family on symbian

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • Not Evaluated
    • None
    • 4.7.3
    • GUI: Font handling
    • None
    • symbian^3

    Description

      When on symbian^3 loading fonts in different weights that are defining the same font family (eg. NokiaPureText.ttf and NokiaPureTextBold.ttf ('Nokia Pure') or arial_rg.ttf and arial_bd.ttf ('Arial')) font loading of the second font fails. This prevents us from using both the regular and bold weight in the same application without modifying the font-files.

      We are trying to add the fonts by using

      fontLoader.addApplicationFont("NokiaPureTextBold.ttf");
      fontLoader.addApplicationFont("NokiaPureText.ttf");

      but also other approaches (QML, FontLoader ...) failed.

      Attachments

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

        Activity

          People

            portale Alessandro Portale
            hhinrich Henrik Hinrichs
            Votes:
            3 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes