https://bugzilla.novell.com/show_bug.cgi?id=369466 User mfabian@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=369466#c3 --- Comment #3 from Mike Fabian <mfabian@novell.com> 2008-03-11 15:32:27 MST --- Bug #330658 talks about not being able to select condensed versions of “DejaVu Sans” in GUIs of Qt3/KDE3/Qt4/KDE4. But selecting this font with setFont() from a simple Qt4 program works, i.e something like someWidget->setFont(QFont("DejaVu Sans Condensed")) works fine in my Qt4 test-program. So why doesn’t this work in konqueror4? The preferred family name of this font is “DejaVu Sans” and when one wants to used the condensed version, the “preferred” way to to it would be to use something like xfd -fa "DejaVu Sans:style=Condensed" But as “DejaVu Sans Condensed” is still an alternative name for this font: mfabian@magellan:~$ fc-list "DejaVu Sans Condensed" DejaVu Sans,DejaVu Sans Condensed:style=Condensed Oblique,Oblique DejaVu Sans,DejaVu Sans Condensed:style=Condensed Bold Oblique,Bold Oblique DejaVu Sans,DejaVu Sans Condensed:style=Condensed,Book DejaVu Sans,DejaVu Sans Condensed:style=Condensed Bold,Bold mfabian@magellan:~$ xfd -fa "DejaVu Sans Condensed" works as well. And the setFont("DejaVu Sans Condensed") in a Qt4 sample program works as well. So why doesn’t this work in Konqueror? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.