Version: (using KDE 4.2.0) OS: Linux Installed from: Fedora RPMs kfonviewer does not show any letters when I try to preview a (any) font. A screenshot is attached.
Created attachment 30992 [details] kfonviwe does not show any letters
Hmmmm... Which video card? Do font thumbnails work? What about the inline preview of the Font Installer in system settings?
I use nvidia 180.22 drivers. The inline font preview in the font installer doesn't show anything either.
SVN commit 930271 by craig: Dont draw previews onto a QPixmap - create our own XPixmap, and use XGetImage to convert into a QImage. This helps when the raster paint engine is used, and also fixes bugs 179590 and 183335 CCBUG: 179590 CCBUG: 183335 M +33 -34 kcmfontinst/FontList.cpp M +4 -4 kcmfontinst/FontList.h M +0 -1 kcmfontinst/KCmFontInst.cpp M +1 -1 lib/CMakeLists.txt M +355 -207 lib/FcEngine.cpp M +9 -10 lib/FcEngine.h M +4 -10 thumbnail/FontThumbnail.cpp M +10 -5 viewpart/CharTip.cpp M +11 -10 viewpart/FontPreview.cpp M +2 -2 viewpart/FontPreview.h M +0 -1 viewpart/FontViewPart.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=930271
SVN commit 930274 by craig: Dont draw previews onto a QPixmap - create our own XPixmap, and use XGetImage to convert into a QImage. This helps when the raster paint engine is used, and also fixes bugs 179590 and 183335 BUG: 179590 BUG: 183335 M +33 -34 kcmfontinst/FontList.cpp M +4 -4 kcmfontinst/FontList.h M +0 -1 kcmfontinst/KCmFontInst.cpp M +1 -1 lib/CMakeLists.txt M +355 -207 lib/FcEngine.cpp M +9 -10 lib/FcEngine.h M +4 -10 thumbnail/FontThumbnail.cpp M +10 -5 viewpart/CharTip.cpp M +11 -10 viewpart/FontPreview.cpp M +2 -2 viewpart/FontPreview.h M +0 -1 viewpart/FontViewPart.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=930274