Quote:
Originally Posted by Adam B.
Well, I got qtconfig to compile (had to use an old version, mix libraries, lots of fun  ). Changing the font size has no effect. The font style and family is "fixed". This leads me to believe there's a problem with QT finding fonts on the iLiad. Perhaps I need to work with fontconfig...
|
"fixed" is the only bitmapped fiont installed in the iliad (and it is because X refuse to start if it doesn't have that).
Somehow you're not using the "client-rendered" ttf fonts that are installed. Perhaps bad paths in your compilation of fontconfig or in freetype... or whatever QT4 uses.
If you launch dillo, and then your app, you will see a lot of bitmapped fonts available. The dillo launch script registers some 100dpi fonts so that dillo, which is only able to use bitmapped fonts, can show reasonable nice web pages.
Hope that helps.