mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 15:16:07 +01: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:
@@ -27,7 +27,7 @@
|
||||
#include <rdapplication.h>
|
||||
#include <rdcmd_switch.h>
|
||||
#include <rdconfig.h>
|
||||
#include <rdfontset.h>
|
||||
#include <rdfontengine.h>
|
||||
|
||||
#include "rdpopup.h"
|
||||
|
||||
@@ -121,7 +121,7 @@ int main(int argc,char *argv[])
|
||||
}
|
||||
mb->setWindowIcon(QPixmap(rivendell_22x22_xpm));
|
||||
|
||||
RDFontSet *fs=new RDFontSet(config);
|
||||
RDFontEngine *fs=new RDFontEngine(config);
|
||||
mb->setFont(fs->progressFont());
|
||||
mb->exec();
|
||||
delete mb;
|
||||
|
||||
Reference in New Issue
Block a user