[Konsole-devel] [Bug 114658] Konsole --noxft switch doesn't work

Kurt V.Hindenburg kurt.hindenburg at kdemail.net
Mon Oct 24 18:12:39 UTC 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=114658         




------- Additional Comments From kurt.hindenburg kdemail net  2005-10-24 20:12 -------
Here's the code Konsole uses for this:

void TEWidget::setVTFont(const QFont& f)
{
  QFont font = f;
  if (!s_antialias)
    font.setStyleStrategy( QFont::NoAntialias );
  QFrame::setFont(font);
  fontChange(font);
}

I would say this is a Qt/KDE/X issue.  Konsole can't really do anything about it.



More information about the konsole-devel mailing list