Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Deploy QT with subpixel hinting on Win7
Forum Updated to NodeBB v4.3 + New Features

Deploy QT with subpixel hinting on Win7

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 3 Posters 2.9k 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.
  • D Offline
    D Offline
    Desire
    wrote on last edited by
    #1

    Hi All,
    First of all BEST REGARDS,

    I use QT Version 4.7.1(open-source vs2008) and Visual Studio 2008(SP1) to Create QT applications. My System does not render fonts with Sub-Pixel rendering in 'Debug' and 'Release'(static) Builds. My fonts have 11 < pointSize < 18. I tested with QFont::setStyleStrategy (QFont::PreferAntialias) || QFont::setStyleStrategy (QFont::NoAntialias) with QPainter::setRenderHints(QPainter::TextAntialiasing) in many systems(2578!). ALL results are Equal

    Can anyone Help Me to resolve this Issue on "My PC(Windows settings)" or "QT Configuration(QT Build or Another package settings)" ?

    Thanks in Advance,

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goetz
      wrote on last edited by
      #2

      Can you please reformat you question (use the edit link below your username on the right side of the post). These randomly bold words make the text completely unreadable. Read "here":http://www.catb.org/~esr/faqs/smart-questions.html for more hints on how to make your post in a way that it's interesting for others to read, thanks.

      http://www.catb.org/~esr/faqs/smart-questions.html

      1 Reply Last reply
      0
      • F Offline
        F Offline
        florent.revelut
        wrote on last edited by
        #3

        Afaik, on windows XP, subpixel hinting is only supported by a global computer setting. I don't know anything about more modern flavours of windows.

        In Qt, these flags are supported with freetype, which is not compiled on windows. I had a similar issue back 2 years ago with my beloved Qt 4.6.2 and I searched quite a lot, but I might be wrong or outdated here.

        1 Reply Last reply
        0
        • D Offline
          D Offline
          Desire
          wrote on last edited by
          #4

          Thanks volker for hint and link,
          Thanks florent for your help,

          The commercial version of QT contains subpixel hinting on windows ?

          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