I'm attempting to use QGraphicsView and QGraphicsSimpleTextItem to display text on a page which the user can zoom in and out of. However, when I use a font size less than 6, some fonts end up garbled below a certain zoom level. I'm also using a custom QGraphicsItem, with the same result.
You can see a screenshot here:
The source code is here: http://botsnlinux.googlepages.com/QT_Fonts.zip
A Linux executable is here: http://botsnlinux.googlepages.com/QT_Fonts
I'm using Qt 4.2.3 on Ubuntu 7.04. The problem does not seem to appear on Windows or Mac.
Any ideas on what the problem is, and how I might fix it?



Reply With Quote


Bookmarks