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. Get "real" Font
Qt 6.11 is out! See what's new in the release blog

Get "real" Font

Scheduled Pinned Locked Moved Solved General and Desktop
font family
3 Posts 2 Posters 1.4k Views
  • 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.
  • C Offline
    C Offline
    ckvsoft
    wrote on last edited by
    #1

    Hi
    Please can anyone tell me how i get the real font family name.

    When i do somethink like:

    // Non existing Font-Family "Test"

    QFont test("Test");
    QApplication::setFont(test);

    QFont systemFont = QApplication::font();

    The ApplicationFont will change to anythink but

    systemFont.family() will give me "Test"

    How can i get the real Family Name?

    thx Chris

    RatzzR 1 Reply Last reply
    0
    • C ckvsoft

      Hi
      Please can anyone tell me how i get the real font family name.

      When i do somethink like:

      // Non existing Font-Family "Test"

      QFont test("Test");
      QApplication::setFont(test);

      QFont systemFont = QApplication::font();

      The ApplicationFont will change to anythink but

      systemFont.family() will give me "Test"

      How can i get the real Family Name?

      thx Chris

      RatzzR Offline
      RatzzR Offline
      Ratzz
      wrote on last edited by
      #2

      @ckvsoft
      Is this what you are looking for? QFontInfo::family()

      --Alles ist gut.

      1 Reply Last reply
      3
      • C Offline
        C Offline
        ckvsoft
        wrote on last edited by
        #3

        Hi
        Nice- Yes this is it.

        It Works.

        Thx Chris

        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