Bug 183335 - kfontviewer does not show any letters
Summary: kfontviewer does not show any letters
Status: RESOLVED FIXED
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_fontinst (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Craig Drummond
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-05 18:00 UTC by Mathias Panzenböck
Modified: 2009-02-23 00:02 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
kfonviwe does not show any letters (182.66 KB, image/png)
2009-02-05 18:01 UTC, Mathias Panzenböck
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mathias Panzenböck 2009-02-05 18:00:13 UTC
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.
Comment 1 Mathias Panzenböck 2009-02-05 18:01:23 UTC
Created attachment 30992 [details]
kfonviwe does not show any letters
Comment 2 Craig Drummond 2009-02-05 19:26:53 UTC
Hmmmm... Which video card? Do font thumbnails work? What about the inline preview of the Font Installer in system settings?
Comment 3 Mathias Panzenböck 2009-02-05 20:38:30 UTC
I use nvidia 180.22 drivers. The inline font preview in the font installer doesn't show anything either.
Comment 4 Craig Drummond 2009-02-22 23:54:13 UTC
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
Comment 5 Craig Drummond 2009-02-23 00:02:55 UTC
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