]> git.lyx.org Git - features.git/commit
Fix default fonts in RH8.0. We use the style hint after all else fails
authorJohn Levon <levon@movementarian.org>
Thu, 19 Dec 2002 03:22:33 +0000 (03:22 +0000)
committerJohn Levon <levon@movementarian.org>
Thu, 19 Dec 2002 03:22:33 +0000 (03:22 +0000)
commitadbf4d7f68aa0e6abd15622b3f92c263b6403b94
tree9075b3c0e278a62425d06d39f9c357b212b87b5a
parent8ba465c7dac7dfa3e50d151f1125811855dbbfde
Fix default fonts in RH8.0. We use the style hint after all else fails
in order to find a reasonable font.

Note that StyleSerif does not work. I blame RedHat 8.0 personally,
but cannot verify yet.

Note also that in a sane world, we could just use font.setFamily(blah);
QFontInfo(font).family() and set to that. But Qt is obviously not sane, so
we stay with the weird setComboxFont() code we have :(

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5869 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt2/ChangeLog
src/frontends/qt2/QPrefs.C