[Konsole-devel] Bug#42264: KDE bug report logs - #42264 font selection dialog ignores fonts defined in XftConfig

Waldo Bastian bastian at kde.org
Tue Aug 6 19:24:48 UTC 2002


Konsole only lists "fixed width" fonts. When it ignores fonts defined in 
XftConfig it is probably because it fails to detect that those fonts are 
fixed.

If you are into debugging, relevant code can be found in 
KFontChooser::getFontList() in kdelibs/kdeui/kfontdialog.cpp

In particular this line:
	if ((fontListCriteria & FixedWidthFonts) > 0 && !dbase.isFixedPitch(*it))
		continue;

Cheers,
Waldo
-- 
bastian at kde.org  |   SuSE Labs KDE Developer  |  bastian at suse.com


(Complete bug history is available at http://bugs.kde.org/db/42/42264.html)



More information about the konsole-devel mailing list