Summary: | kfontviewer does not show any letters | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Mathias Panzenböck <grosser.meister.morti> |
Component: | kcm_fontinst | Assignee: | Craig Drummond <craig> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | stuffcorpse |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | kfonviwe does not show any letters |
Description
Mathias Panzenböck
2009-02-05 18:00:13 UTC
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 |