Results 1 to 8 of 8

Thread: Default Font quality not nice

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2007
    Location
    Sunny Darwin, NT Australia
    Posts
    186
    Thanks
    29
    Thanked 5 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Default Font quality not nice

    My apps and samples all don't show the same font quality that my desktop or other apps show. Is this what's called anti-aliasing ?
    I tried to fix this by setting the font used to something else but it doesn't seem to change the quality. They just don't look good. I have no idea where to look.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Default Font quality not nice

    Are you using Linux? Which distro and in which version?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Apr 2007
    Location
    Sunny Darwin, NT Australia
    Posts
    186
    Thanks
    29
    Thanked 5 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Default Font quality not nice

    Debian lenny 5.0.1
    kernel: 2.6.26-2-686
    Gnome 2.22.3

    I followed a post I found, said to make up a ~/.fonts.conf file which I did, then Qt Creator became bad too. Obviously it's a system thing.

    I tried deleting .fonts.conf, logged back in and Qt Creator has not fixed itself.
    Last edited by vieraci; 7th June 2009 at 09:04. Reason: updated contents

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Default Font quality not nice

    See if the same happens with a different user. On my system I had to tweak FontConfig settings that was disabling anti-aliasing for some fonts which were apparently being chosen by the system when Qt apps were being ran. I don't experience this issue anymore, I'm using Mandriva.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  5. #5
    Join Date
    Apr 2007
    Location
    Sunny Darwin, NT Australia
    Posts
    186
    Thanks
    29
    Thanked 5 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Default Font quality not nice

    Yes it does. I'll keep googling...

  6. #6
    Join Date
    Apr 2007
    Location
    Sunny Darwin, NT Australia
    Posts
    186
    Thanks
    29
    Thanked 5 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Default Font quality not nice

    Quote Originally Posted by wysota View Post
    I had to tweak FontConfig settings that was disabling anti-aliasing for some fonts which were apparently being chosen by the system when Qt apps were being ran
    BTW: Do you remember what you tweaked ?

  7. #7
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Default Font quality not nice

    Yes, I deleted /etc/fonts/20-mdv-disable-antialias.conf. But now I have it and the fonts are fine so something had to be corrected either in Qt or Mandriva.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  8. #8
    Join Date
    Apr 2007
    Location
    Sunny Darwin, NT Australia
    Posts
    186
    Thanks
    29
    Thanked 5 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Solved: Default Font quality not nice

    It was some font that I installed for some stupid reason... I removed it and all is normal again.

Similar Threads

  1. Showing font symbols
    By drhex in forum Qt Programming
    Replies: 0
    Last Post: 4th March 2009, 21:53
  2. Qt renders wrong font
    By durbrak in forum Qt Programming
    Replies: 8
    Last Post: 2nd November 2006, 14:36
  3. Application default font
    By larry104 in forum Qt Programming
    Replies: 2
    Last Post: 16th September 2006, 01:24
  4. setWindowTitle() with nice font
    By Dwarf007 in forum Qt Programming
    Replies: 15
    Last Post: 19th March 2006, 15:31

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.