mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-13 06:03:37 +02:00
2019-10-08 Fred Gleason <fredg@paravelsystems.com>
* Renamed the 'RDFontSet' class to 'RDFontEngine'. * Modified the font calculation algorithm in 'RDFontEngine::MakeFonts()' to use fixed defaults.
This commit is contained in:
@@ -21,14 +21,14 @@
|
||||
#include "rdwidget.h"
|
||||
|
||||
RDWidget::RDWidget(QWidget *parent,Qt::WindowFlags f)
|
||||
: QWidget(parent,f), RDFontSet(font())
|
||||
: QWidget(parent,f), RDFontEngine(font())
|
||||
{
|
||||
setFont(defaultFont());
|
||||
}
|
||||
|
||||
|
||||
RDWidget::RDWidget(RDConfig *config,QWidget *parent,Qt::WindowFlags f)
|
||||
: QWidget(parent,f), RDFontSet(font(),config)
|
||||
: QWidget(parent,f), RDFontEngine(font(),config)
|
||||
{
|
||||
setFont(defaultFont());
|
||||
}
|
||||
|
Reference in New Issue
Block a user