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. Font rendering issue (kerning)

Font rendering issue (kerning)

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 449 Views 2 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.
  • DuBuD Offline
    DuBuD Offline
    DuBu
    wrote on last edited by
    #1

    Hi all,

    I noticed the words of Text components in my QML app look pretty weird. Here are two examples:

    IMG_5815.png

    IMG_5814.png

    Why are the letters so unevenly distributed? It looks like some have a negative distance to the previous letter and a too large distance to the following. Where can I look to find the reason for that weird looking rendering?

    Thanks,
    Stephan

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SimonSchroeder
      wrote on last edited by
      #2

      Have you tried a different font? I believe the font has some information about kerning embedded. If the font is wrong QML can't do anything about that. Just making sure you are looking in the right place.

      DuBuD 1 Reply Last reply
      0
      • S SimonSchroeder

        Have you tried a different font? I believe the font has some information about kerning embedded. If the font is wrong QML can't do anything about that. Just making sure you are looking in the right place.

        DuBuD Offline
        DuBuD Offline
        DuBu
        wrote on last edited by
        #3

        @SimonSchroeder Thanks for your response. I didn't know the font itself contains information for the kerning. Since we use our own font, I went back to an older version and now the rendering looks fine again. I need to investigate what broke the 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