Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Poor text/font anti-aliasing on Symbian device
Forum Updated to NodeBB v4.3 + New Features

Poor text/font anti-aliasing on Symbian device

Scheduled Pinned Locked Moved QML and Qt Quick
5 Posts 2 Posters 2.2k 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.
  • T Offline
    T Offline
    tkorkalainen
    wrote on last edited by
    #1

    I'm developing a simple program with Symbian^3 Qt 4.7.3. User interface is constructed with QML and contains Text elements. I use FontLoader to load custom font and use Nokia 500 as a testing device.

    In simulator (Mac) text rendering looks great...

    !http://korkalainen.net/text_qt_simulator_mac.jpg(Text on Mac Qt Simulator)!

    ...but in Nokia 500 the anti-aliasing looks like this (in my opinion it's awful):

    !http://korkalainen.net/text_nokia500.jpg(Text on Nokia 500)!

    Is there any way to improve or change the anti-aliasing settings used on the device? Thanks in advance for your help.

    1 Reply Last reply
    0
    • P Offline
      P Offline
      pritamghanghas
      wrote on last edited by
      #2

      there are some flags that you can set. Look at setRenderHints() in documentation.

      1 Reply Last reply
      0
      • P Offline
        P Offline
        pritamghanghas
        wrote on last edited by
        #3

        for qt quick you can set smooth property to "true"

        1 Reply Last reply
        0
        • T Offline
          T Offline
          tkorkalainen
          wrote on last edited by
          #4

          Setting smooth property to "true" for the Text element did not make any difference but I'll have to try the setRenderHints method. Thanks.

          1 Reply Last reply
          0
          • T Offline
            T Offline
            tkorkalainen
            wrote on last edited by
            #5

            I finally had time to test the setRenderHints suggestion and that one didn't work either. I asked the same question in Stack Overflow and received an answer from user blakharaz: "I had that problem too. The only solution was to go back to use the fonts preinstalled on the device."

            Looks like I'm also giving up on custom fonts and go back using default preinstalled fonts.

            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