| Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date | |
| All threads index page 6 | |
After recently recompiling Qt to get SQLite support, all my Qt apps have some ugly fonts. When I originally compiled Qt, I used ./configure with no options. This time around I used ./configure -plugin-sql-sqlite. Any idea why I'm getting these ugly nonaliased fonts and how to get some prettier fonts? I'm using Qt 4.2.2 on Linux. I've tried running qtconfig with no luck. Here's a screenshot of Assistant: http://chris.muellershome.com/etc/assistant.png Thanks everyone. Chris -- [ signature omitted ]
Hi, > After recently recompiling Qt to get SQLite support, all my Qt apps have > some ugly fonts. When I originally compiled Qt, I used ./configure with > no options. This time around I used ./configure -plugin-sql-sqlite. The -plugin-sql-sqlite option is most probably unrelated. Something else must have changed. More recent Qt version? -- [ signature omitted ]
Thanks for the reply. It might be a more recent Qt version. I don't recall. Is there a way to adjust the anti-aliasing performed by Qt? It seems like the ugly-font problem arises no matter what font/size I use. Chris Dimitri wrote: > Hi, > >> After recently recompiling Qt to get SQLite support, all my Qt apps >> have some ugly fonts. When I originally compiled Qt, I used >> ./configure with no options. This time around I used ./configure >> -plugin-sql-sqlite. > > The -plugin-sql-sqlite option is most probably unrelated. Something else > must have changed. More recent Qt version? > > -- > Dimitri > > -- > To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with > "unsubscribe" in the subject or the body. > List archive and information: http://lists.trolltech.com/qt-interest/ > > -- [ signature omitted ]