On 5/18/10, buginator  wrote:
> Actually, looking at the examples, none of those do what we do, so
>  that isn't really a valid comparison.  Possible Qt bug, or driver, or
>  it is just a quirk that it works on windows & linux.
>

Possibly related?
http://bugreports.qt.nokia.com/browse/QTBUG-9706
https://bugs.launchpad.net/stellarium/+bug/521134

So far, it seems that in wzapp.cpp, line 206
        bold.setFamily("DejaVu Sans");
        bold.setPixelSize(21);
        bold.setBold(true);

if you do
        bold.setFamily("DejaVu Sans");
        bold.setPixelSize(21);
//      bold.setBold(true);

It is a bit better, but it is looking more & more like a mac Qt bug.

I also am curious if Dak and or  Zarel could try:
        bold.setFamily("DejaVuSans");
        bold.setPixelSize(21);
//      bold.setBold(true);

and see if the issue is still there or not, if not, re-enable the
setBold line, and see if that works.

_______________________________________________
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev

Reply via email to