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. qfont different sizes for fonts
Qt 6.11 is out! See what's new in the release blog

qfont different sizes for fonts

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 3 Posters 1.3k Views 3 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.
  • U Offline
    U Offline
    user4592357
    wrote on last edited by
    #1

    in an app i've added comboboxes for font family and font size. but some fonts support only limited set of sizes. how can i deal with this? how can i check whether the changed size (from combo box) is available for the current font set?

    thanks

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

      Hi,

      Do you have an example of such a font ?

      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
      1
      • mrjjM Offline
        mrjjM Offline
        mrjj
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi
        Also what platform and Qt version ?

        There is
        QFontDatabase::isScalable
        and
        bool QFontDatabase::isSmoothlyScalable

        1 Reply Last reply
        1
        • U Offline
          U Offline
          user4592357
          wrote on last edited by user4592357
          #4

          qt4 on linux

          an example of such font is lucida typewriter, console (only 1 size), fangsong ti, nsc fixed

          EDIT: probably a better question to ask is: how can i get available sizes for a particular font?

          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