Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt font fallback rule from font configuration in system.
Forum Updated to NodeBB v4.3 + New Features

Qt font fallback rule from font configuration in system.

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 2.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Hana ChoH Offline
    Hana ChoH Offline
    Hana Cho
    wrote on last edited by
    #1

    Qt has a process that determine their font fallback about each character(or string) at same script.
    In this process, font configuration is used to search most similar to font family that user want.

    So, i call QGuiApplicationPrivate::platformIntegration()->fontDatabase()->fallbacksForFamily(...) to see fallback list in Qt,
    However, why it is different from "fc-match" results in system(e.g. linux).

    To looked into fallback result in detail, I refered to "qfontcofingdatabase.cpp" in qfontconfigdatabase.
    Qt send a query with parameters FC_FAMILY, FC_LANG, FC_SLANT and FC_STYLEHINT.

    Then, I think that Qt fallback list is same with list of the result from a query 'fc-match :family="Lohit Malayalam":lang="ml":slant=0:stylehint=5' in system.

    How i get the same list of Qt and system font fallback?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      That question being on the private and QPA part of Qt, I'd recommend posting it to the interest mailing list. You'll find there Qt's developers/maintainers. This forum is more user oriented.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved